Presently the FileUploadModule doesn't support multiple(bulk) file upload at once (single POST request)
To upload multiple file, multiple post request has to be send which makes the work tedious.
Addition of multiple-file upload feature will be beneficial.
Presently the FileUploadModule doesn't support multiple(bulk) file upload at once (single POST request) To upload multiple file, multiple post request has to be send which makes the work tedious. Addition of multiple-file upload feature will be beneficial.