FileUploadAll
Last updated
Was this helpful?
Last updated
Was this helpful?
Processes file uploads from the request
destination
string
true
The destination directory for the uploaded files.
filefield
string
false
The name of the file field to process.
accept
string
false
The accepted MIME types for the uploaded files.
nameconflict
string
false
The action to take when a file with the same name already exists in the destination directory.
error
strict
boolean
false
Whether to strictly enforce the system specified upload security settings.
true
allowedExtensions
string
false
The allowed file extensions for the uploaded files.