-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to do Client-side FileUpload #892
Comments
What is the use case for it? |
Manipulating text/image files on the client side. |
Also using your own method with a file upload, for example using your own service to upload to amazon. I don't want to have to use a route to upload my files. |
Also parsing a csv file to automatically fill up a form for instance |
We've added showUploadButton and showCancelButton, to do client side only, you need to set these two attributes to false and then use (onSelect) callback to implement client side only logic, so it would be just a nice rich file selector without upload. @mike-nyllabs, your case is #3040 |
As far as I can tell the FileUpload component is meant to work with a backend. A basic client-side version would be great.
The text was updated successfully, but these errors were encountered: