use-file-upload
React hooks library to add highly customisable file uploads into your react application.
Install
Usage
Basic File Upload
Working with selected file
If you want to perform other tasks with the selected file you can pass the callback which returns {source, name, size, file }
.
Multiple Files Upload
Select multiple files at a go.
Note:
callback
andfiles
return an array for multiple files select.
Setting Allowed File type
Restrict what types of files can be selected using the accept
option.It Support all file extensions or MIME types