forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 0
Common issues
Matias Meno edited this page Oct 11, 2015
·
1 revision
This is a collection of common problems that users encounter regularly.
I just created this page, so it's still work in progress.
If you use FastClick make sure that
your Dropzone (and all elements inside that need to be clickable) have the
needsclick class.
FastClick will use the touchstart in order to trigger the click otherwise,
and some systems (for example iOS 9) do not allow a file input field to be
triggered with anything else than the click event.
- Dropzone already attached
- Large files not uploading
- Some image thumbnails aren't generated
- Show error returned by server
- Notification when all files finished uploading
- Add button to remove file preview
- Submit additional data
- Show info after file uploaded
- Show files already on server
- Use own
confirmimplementation - Limit the number of files
- Provide a thumbnail for files
- Reject images based on dimensions
Tutorials