Most voted "dropzonejs" questions
Dropzonejs is an open source library that provides uploads of files with preview images without using other libraries like Jquery.
Learn more…12 questions
Sort by count of
-
3
votes2
answers212
viewsSearching the letter variable after the point to validate upload in the Dropzone
I’m having a problem, I’m actually developing an image upload system and I’m using the Dropzone, but I need to do something to separate the files I have, in fact I can only accept images like jpeg,…
-
2
votes1
answer1218
viewsDropzonejs - View files - How to do?
How do I make dropzoneJS display files that have already been uploaded ? I followed the documentation steps and is uploading normally, but not displaying files already uploaded. My HTML form code:…
-
1
votes0
answers386
viewsIntegrate validate.js with Dropzone.js
I integrated Dropzone.js with a form, and would need to validate the fields. I have the following code (it’s not working, but it’s what I need to "join", in case): var Galerias = function () {…
-
1
votes1
answer596
viewsManipulating / Treating Dropzone return in Javascript
I need to know how to manipulate server return to show that the uploaded file was not saved! The server return object: public class JsonReturn { public bool Ok { get; set; } public int…
-
1
votes1
answer37
viewsHow to set constant value
I’m using the React-Dropzone package to upload imgages Now I would like after loading the data from the server, I would like to set an image that came from the data search in the React-Dropzone How…
-
0
votes2
answers1367
viewsLimit the amount of files in Dropzone.js
People are using the plugin Dropzone.js to send images and I need to limit the amount of images I send in it. For example I want to limit to 5 files in total. Then it can only send to the server and…
dropzonejsasked 9 years, 4 months ago Joao Nivaldo 1,229 -
0
votes1
answer387
viewsjquery Dropzone.js with duplicate file check using md5
If you use a simple check in the "addedfile" event of the "Dropzone" component it works normally by sending a file, or adding several at a time and also selecting several and sending at once.…
-
0
votes1
answer397
viewsHow to add 2 Dropzone in the same view
Well I’m trying to add two Dropzone on a screen, one is specific to a file(pdf,doc) and the other is for attachment(doc,pdf,image etc). Below is an example of using Dropzone: @{ Layout = null; }…
-
0
votes2
answers528
viewsLocation.Reload(true) does not work
Dear, dropzone use (https://www.dropzonejs.com) on my website and thumbnails (which are on the server) return when deleted using Chrome. In IE and Firefox they work perfectly. After doing a lot of…
-
0
votes0
answers58
viewsInput Images with Dropzone in AJAX request
I have a problem with my code referring to trying to perform an image input via AJAX. The PHP script is ok, because the same code is used in other operations, but I believe there is something wrong…
-
0
votes1
answer131
viewsfile.width and file.height - Does not work in Dropzone.js
I am implemented the system of Dropzone.js in a system, however, I need to limit the size of the image. How I take this information to limit upload that is not within the standards?…
-
-1
votes1
answer39
viewserror when applying template to dropzonejs
I’m having a hard time understanding the workings of the dropzoneJS Even though I have consulted the documentation I have not understood how this change is made. End result I’d like to get is image1…