Dropzone.js – When I drag a folder only the folder is received as a File
When I browse and select a folder it gets me all the files recursively (that’s awesome). I’m using webkitdirectory=”true” attribute for the hidden input.
In firefox dropzone errors with “image corrupt or truncated”
Can someone please tell me why the following code would work in Chrome but not Firefox? I believe I’ve implemented a fairly typical setup of Dropzone but am getting the error “Image corrupt or Truncated”.
Dropzone – Cannot Get Preview from Existing Image on Server to Show
I have this working example of Dropzone, but I am trying to add a previously uploaded image that I have on my server. The part where “init” starts is where the issue is. It does not like the “thisDropzone.displayExistingFile”. I think that i need to use dropzone.options, but I cannot seem to bind that to a DIV.