files-ui-react icon indicating copy to clipboard operation
files-ui-react copied to clipboard

UI components for file uploads with React js. Files UI is a complete library for handling files in the UI. You can validate and upload them. Multilanguage. Server side support.

Results 25 files-ui-react issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Getting status "Upload aborted" for successfull upload, when server response is empty. **To Reproduce** Steps to reproduce the behavior: Using Dropzone in following way: ``` replaceUrl(link, extFile),...

Current file upload doesn't support GraphQL. I would like to be able to define the upload method in the UploadConfig to be GraphQL, add the GraphQL endpoint and the upload...

I'd like to be able to resize images on the client side before uploading them to the server. This would require some way to hook into the upload process. I've...

Hi, I added withCredentials option to set XMLHttpRequest.withCredentials property on file upload Resolves #43

When authentication to the backend is done via session cookies and XCSRF cookies, you need to set `withCredentials` to true in XMLHttpRequest to be able to upload. You could add...