Topic: MDBFileUpload mutiple is not working it is upload only the single file

ravinder.sharma@inhabit.com priority asked 5 days ago


MDBFileUpload mutiple is not working it is upload only the single file . if i select the mutiple files and check it on onchange event . it is still showing single fiie in logs.Please check and update asap.

Pease also make sure that the preview should also work on mutiple file upload

It is working for multiple case and showing all the uploaded images preview.const app= (props) => { const handleFileChange = (event) => { console.log(files); props.selectedFiles(files); };

return ( handleFileChange(files)} /> );};


Mateusz Lazaru staff answered 4 days ago


Hi, in MDB React v9.0.0 there is indeed a problem with uploading few files at once. However, you can add another file using drag & drop, or by clicking on input second time.

I'm adding a task to fix this issue.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB React
  • MDB Version: MDB5 5.0.0
  • Device: window
  • Browser: chrome
  • OS: windows
  • Provided sample code: No
  • Provided link: No