'multiple' property does not work

Hi All,

I am currently trying to disable multiple files upload using the API of React Uploader from this link: https://ej2.syncfusion.com/react/documentation/api/uploader/#multiple

In the API, it says that: multiple specifies a Boolean value that indicates whether the multiple files can be browsed or dropped simultaneously in the uploader component.

I observed that the 'multiple' property still allows me to upload multiple file even if it is set to 'false'. Did I understood the behaviour of the property, multiple?


I am also currently using the packages below:

syncfusion/ej2-base: "^19.2.55"

syncfusion/ej2-react-inputs: "^19.2.55"

syncfusion/ej2-react-inputs: "^19.2.55"

syncfusion/ej2-react-buttons: "^19.2.55"

react: "^17.0.1"


Thank you and looking forward to your reply.


Regards,

Chong Wei


1 Reply

BC Berly Christopher Syncfusion Team September 29, 2021 02:11 PM UTC

Hi Eddy, 
  
Greetings from Syncfusion support. 
  
Yes, if we are disabling the multiple property, then we could not browse or drop multiple files at the same time. This is the default behavior of the multiple property. So, we have checked the Uploader component in the mentioned version and it’s working fine at our end. We have taken video demonstration and attached it below. 
  
  
  
So, please share code example of component rendering or simple issue reproducing sample/video demonstration for the reported issue that will help us to check and proceed further from our end. 
  
Regards, 
Berly B.C 


Loader.
Up arrow icon