-
react-dropzone provides some simple validation out of the box like `accept`, `minSize` and `maxSize` but it lacks rejection reason (#257 and #319) so it's impossible to react to this rejection without…
-
The HTML 5 File API is not supported until Android 3.0 + (http://caniuse.com/filereader) so this plugin doesn't seem to be compatible with Android 2.3 as stated.
I was trying to use this plugin in an…
-
I wrote some javascript to use mathjax in combination with markdown to html converter... i found that it doesn't render the mathjax correctly... see below:
```
Read File (via User Inp…
-
I have a similar question as #379.
My use case has an md-file component, and then a "Submit" button that I want to use to send the file to the server in an AJAX call, usually with other props at…
-
Currently, the drop is disabled on touch devices. However, some devices have both touch support and drop files support (e.g., notebooks with touch screens).
We need to detect if dropping files is not…
-
I'm a beginner in javascript and your work is excellent.
What should I do in order to save the uploaded image to file?
-
Could you explain normalizationFactor for me? and why to enable normalize
-
It would avoid to re-code it in javascript, and would also ease support of future evolutions of the file format.
But not sure how Emscripten would handle the file I/Os
-
## The problem
Android - Unable to identify elements using Appium desktop or UIAUtomator Viewer. Getting error as,
An element could not be located on the page using the given search parameters. (W…
-
Hello fellow developer!
Thanks for the state of the art file upload library.
I am using filepond in my application and it is implemented using jQuery. I have a unique request which I think if in…