upload file

UI Components for React
Post Reply
arturreyes
Posts: 2
Joined: 09 Nov 2021, 13:46

17 Dec 2021, 13:33

How can I configure that the user can send a single file at a time in a FileUpload mode = "advanced" multiple = {false}

mcandu
Posts: 107
Joined: 20 Jan 2021, 16:31

21 Dec 2021, 09:45

Code: Select all

<FileUpload mode="advanced" ...> 
or

Code: Select all

<FileUpload mode="advanced" multiple={false} ...>
Default value of multiple is false. You can check FileUpload docs: https://primefaces.org/primereact/fileupload/ for more details.

Post Reply

Return to “PrimeReact”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests