react-upload-file icon indicating copy to clipboard operation
react-upload-file copied to clipboard

react upload component

Results 9 react-upload-file issues
Sort by recently updated
recently updated
newest added

Hey I mailed you a few days ago. Id like take over ownership of this repo and maintain the component as i see you are archiving it Check your mail...

How to change the input name to add more uploads? I need to insert several images one underneath the other, I do not want it to be a multiple input,...

Since you're not able to maintain the project, add links to similar projects, please

The documentation heavily emphasises setting up custom buttons to handle selection of files, but it doesn't show any examples of what the code for such a custom button would look...

Hi everybody, Thank's for this component but at home it does not work. Indeed, the props.options are not overidded at all. I make it worked, I just replaces the block...

I was going to add react-dom to webpack external, but we don't need react-dom its only being used to findNode to set as input, which I have changed to ref...

There's an issue when two ReactUploadFile components are placed on a page. The upload events of the second are handed by the callbacks of the first. I assume, the component...

I'm using the component to upload a file which causes a server side error and an HTTP 400 response, but the component is still calling the uploadSuccess function. I can't...