react-drag-drop-files icon indicating copy to clipboard operation
react-drag-drop-files copied to clipboard

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the...

Results 60 react-drag-drop-files issues
Sort by recently updated
recently updated
newest added

Hello all, in validateFile function there is: > if (onTypeError) onTypeError('File type is not supported'); the lib has the information about which file has the error, is it possible to...

**Problem** It seems that the input returned by the `` does not have a matching id to it's parent label prompting a warning from issues on chrome. Since the input...

Currently when there are children with onClick events, clicking on those child elements will cause the FileUploader component to open the file picker. Using `event.stopPropagation()` or `event.stopImmediatePropagation()` in the child...

![image](https://user-images.githubusercontent.com/113294531/199222452-974e9316-451e-4f26-af78-d7f84b4c34ee.png)

File size in megabytes should be calculate via **1024 bytes x 1024 kilobytes**. Currently it's based on 1000 x 1000 which leads to incorrect behaviour.

My app does upload file to the backend after dragging the files to to component, I want it to show an "uploading" message first, and I want to be able...

Hi there, It seems that the default style set for the hover message is a gray background with a dark gray dashed border. I'm trying to override this style but...

Maybe I am being really dim here but files dragged or uploaded with this don't get uploaded anywhere. Nor is there a place to specify where they should get uploaded...

### Summary [What does this PR introduce?] Set to receive as a prop It's in the request, and I need it. https://github.com/KarimMokhtar/react-drag-drop-files/issues/87 #### Key Changes aria-label, enabling aria-deservedby to be...

Is there an example how to implement multiple files upload? Thank you.