react-fine-uploader icon indicating copy to clipboard operation
react-fine-uploader copied to clipboard

Easily integrate Fine Uploader or Fine Uploader S3 into a React app. Drop-in high-level components for a turn-key UI. Use small focused components to build a more custom UI.

Results 21 react-fine-uploader issues
Sort by recently updated
recently updated
newest added

With these changes the input act like a button with a pointer cursor. Hope it will be merged.

I try to used it in nextjs project . **Issue** ✔ success server compiled in 1s 805ms Uncaught Exception: ReferenceError: window is not defined at Object. (/home/ranga/code/book/book/node_modules/fine-uploader/fine-uploader/fine-uploader.core.js:5774:4) at Module._compile (module.js:653:30)...

I am using a ProgressBar component to show the progress for all uploads, along with per-file ProgressBar components. For all ProgressBars I have `hideOnComplete={false}` If I select a batch of...

Hi, I have searched the net for an answer but couldn't find how to add custom onClick event for thumbnails generated by gallery. I need to collect the selected items...

**Ask:** I would like to be able to hide scaled versions of uploaded files from showing in the UI from react-fine-uploader. **Details:** fine-uploader has a built-in feature to resize images...

See https://github.com/FineUploader/react-fine-uploader#status- , where it says ````Javascript const statusTextOverride = { upload_successful: 'Success!' } render() { return ( ) } ```` I believe it should be ````Javascript status-text={ { text:...

When fromServer prop is true on a thumbnail of a file that was just uploaded, the thumbnail is not updated despite fineuploader saying it is attempting to upload. I have...

This should be optional, as should the specific type of information displayed. For file progress bar and total progress bar.

enhancement

...instead of just strings, that way you could do something like this: ```jsx const statusText = { upload_failed: Failure , upload_successful: Success! , ... } ``` The above would easily...

enhancement

I am trying to ``` const uploader = new FineUploaderTraditional({ options: { request: { endpoint: '', clockDrift: 500 }, validations: { itemLimit: 1 }, autoUpload: false } }) ``` ```...