Questions tagged as 'dropzonejs'

2
answers

Searching the variable letters after the point to validate upload in Dropzone

I'm having a problem, I'm actually developing an image upload system and I'm using the dropzone , however I need to do something to separate the files that I have, in real I can only accept images of type jpeg, png, jpg. For this I'm getting th...
asked by 13.02.2016 / 02:49
1
answer

DropzoneJS - View files - How to do?

How do I dropzoneJS view files that have already been uploaded? I followed the steps in the documentation and are uploading normally, but do not display the already uploaded files. My form HTML code: <form action="upload.php" class="drop...
asked by 17.06.2014 / 16:17
1
answer

Handling / Handling return of DropZone in JavaScript

I need to know how to handle the server return to display that the uploaded file was not saved! The server return object: public class JsonReturn { public bool Ok { get; set; } public int LinhasAfetadas { get; set; } public stri...
asked by 04.07.2016 / 16:51
0
answers

Integrate validate.js with dropzone.js

I've integrated dropzone.js with a form, and would need to validate the dropzone.js fields. I have the following code (it is not working, but it's what I need to "merge" in case): var Galerias = function () { return { //main func...
asked by 05.05.2015 / 02:40
2
answers

Limit amount of files in DropZone.js

I'm using the Dropzone.js plugin to upload images and I'm having to limit the amount of images I upload to it. For example I want to limit to 5 files in total. Then it can only send to the server and display the 5 files. How do I do this to him?...
asked by 29.06.2015 / 20:48
2
answers

location.reload (true) does not work

Expensive, use Dropzone ( link ) on my site and the thumbnails (which are on the server) return when deleted using Chrome. In IE and Firefox work perfectly. After much redo code, testing solutions, etc., I discovered that by pressing the Shif...
asked by 20.08.2018 / 15:46
0
answers

Rotate image during upload dropzone

I have a site made with codeigniter, I'm using dropzone to upload the images, but some are set aside. I know this is the fault of the person who takes the photos, but I would like to know if there is a ready way in the dropzone, that during t...
asked by 30.05.2018 / 16:18
0
answers

Remove file from bucket on AWS S3

I need help. I'm working with the AWS dropzone.js, c #, and S3 library. I did the upload part of files worked right. Now I need to remove the files from the server if it removes the front end that already works because the library itself supplie...
asked by 27.04.2018 / 21:01
0
answers

Difficulty in using Dropzone within modal Laravel 5.6

I have a modal, where there is a register working correctly and I am trying to include in this register an inclusion of images with Dropzone. But when I include images the layout comes unstructured as in the print below .. I think it's due to...
asked by 27.03.2018 / 15:53
1
answer

jquery dropzone.js with duplicate file checking using md5

If you use a simple check in the "addedfile" event of the dropzone component, it works normally by sending a file, or by adding multiple files one at a time and also selecting multiple and sending at once. myDropzone.on("addedfile", function (f...
asked by 10.05.2017 / 14:49