Import
Properties
Use the children property to have custom dropzone view.
The fileListRenderer property can be used to overwrite the list of files. To not to show any list return null in the function.
Signature
Use the onLoad function to get the result from FileReader.
Use this property to override the default behaviour for the react-dropzone options. { maxSize: Infinity, minSize: 0, multiple: true, maxFiles: 0, }
Signature
options?: DropzoneOptions;
Use this to change the FileReader’s read.