You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user clicks on the FileDrop element (a <div> in my case), the process works as advertised. Clicking a second time would show the upload dialog box of the web browser, but no file upload would occur afterwards. Dragging-and-dropping files does not seem to have any issues.
The text was updated successfully, but these errors were encountered:
Are you picking the same file second time? The <input type=file> element that the drop zone is using under the hood is firing onchange only when the picked file has changed.
On 12/13/20, Pavel ***@***.***> wrote:
Are you picking the same file second time? The `<input type=file>` element
that the drop zone is using under the hood is firing `onchange` only when
the picked file has changed.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#77 (comment)
If the user clicks on the FileDrop element (a
<div>
in my case), the process works as advertised. Clicking a second time would show the upload dialog box of the web browser, but no file upload would occur afterwards. Dragging-and-dropping files does not seem to have any issues.The text was updated successfully, but these errors were encountered: