menu
khadem package
documentation
http.dart
Request
file method
file method
dark_mode
light_mode
file
method
UploadedFile
?
file
(
String
fieldName
)
Gets a specific uploaded file
Implementation
UploadedFile? file(String fieldName) => _bodyParser.file(fieldName);
khadem package
documentation
http
Request
file method
Request class