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
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
I've got jQuery File Upload on another file input that is uploading files directly to S3. When I drag and drop an image into EZDZ (does not happen when file is selected by clicking the drag area), it automatically triggers the file uploading on the other file input.
To clarify, the form has two file inputs, both with different names, classes, and ids. The only thing that makes them the same is that they are both input type="file". One file input is controlled by ezdz, the other by jQuery File Upload.
The only way I could get around this, was by disable, then enabling jQuery File Upload using ezdz events.
This is more of a heads up. Is there something I'm missing instead of this monkey patch?
I've got jQuery File Upload on another file input that is uploading files directly to S3. When I drag and drop an image into EZDZ (does not happen when file is selected by clicking the drag area), it automatically triggers the file uploading on the other file input.
To clarify, the form has two file inputs, both with different names, classes, and ids. The only thing that makes them the same is that they are both input type="file". One file input is controlled by ezdz, the other by jQuery File Upload.
The only way I could get around this, was by disable, then enabling jQuery File Upload using ezdz events.
This is more of a heads up. Is there something I'm missing instead of this monkey patch?
The text was updated successfully, but these errors were encountered: