An open source javascript library that provides drag'n'drop file uploads with image previews.

learn more… | top users | synonyms

0
votes
1answer
41 views

Dropzone.js - maxFilesize increase not working

I'm using Dropzone.js for my website. I'm in the need of uploading bigger files than the default maxFilesize of 500MB. I tried to change the number in the .js file. Now the file seems to be accepted ...
0
votes
1answer
45 views

Asp.net MVC + dropzoneJS file upload

I use DropzoneJS with MVC. The file uploads fine, but action will not display another view, neither will display another view after redirected to another action. Just stays on the same view it was ...
0
votes
2answers
51 views

dropzone.js image ipload acceptedMimeTypes

I am using the dropzone.js plugin to add an image uploader to my application. I know this is probably a really basic question so apologies but what I want to do is limit the file extensions. This ...
4
votes
2answers
114 views

dropzone.js - acceptedMimeTypes

I am trying to implement some limitation to the file types allowed for upload using dropzone.js. Somehow the below code works for Word, Excel and Powerpoint documents but it doesn't work for .zip and ...
0
votes
2answers
134 views

dropzone.js - how to do something after ALL files are uploaded

I am using dropzone.js for my drag-drop file upload solution. I am stuck at something where I need to call a function after all the files are uploaded. In this case, Dropzone.options.filedrop = { ...
0
votes
1answer
25 views

Dropzonejs - Doesn't show progress bar / complete status and doesnt hide fallback form

I'm using latest dropzone.js, version 3.2.0. I downloaded the folder and have all files needed. Using latest Chrome. When i drop a file, dropzone sends it to the server, and i successfully save it, ...
-1
votes
1answer
85 views

Cannot sending multiple form fields formdata dropzone.js

I'm having a problem sending the images have a text area field for the client to send a description of the photo, and when he sent to the database sends as if all had the same description that was ...
2
votes
1answer
71 views

Dropzone.js callback access Angular scope

I've built a simple AngularJS directive to implement Dropzone.js on elements. I'd like to display uploaded files using an ng-repeat outside of the directive, but I can't make it work since the ...
0
votes
0answers
23 views

Dropzonejs issue with resolution of an image

I have an issue with dropezonejs. Apparently, when an image has a resolution more than 72dpi, the thumbnail is not generated and everything stop here. You can try by yourself in the dropzonejs ...
6
votes
2answers
409 views

multipart File uploads using NodeJS

I am having troubles getting file uploads to work with NodeJS. I am using Dropzone.JS to create a form that sends a POST request to /file-upload here: <form action="/file-upload" class="dropzone ...
0
votes
1answer
447 views

Limit dropzone.js file upload

I'm trying to limit the file uploads to allow uploading only 1 file. I'm pretty sure this has something to do with altering the selectedfiles callback, but haven't gotten it to work yet. Has anyone ...
0
votes
1answer
61 views

Dropzone.js firefox compatability

I'm experiencing a strange issue with dropzone.js. Before downloading and testing the plugin myself I checked if it's on site demo works with chrome, firefox and IE, the plugin worked perfectly on all ...
1
vote
0answers
99 views

Use AWS S3 success_action_redirect policy with XHR

I'm using signed POST to upload file directly to amazon S3. I had some trouble with the signature of the policy using PHP but finally fixed it and here is the sample of code. This xhr request is send ...
0
votes
1answer
446 views

Dropzone.js - $_FILES is empty

i have following Code: <form id="dvw-psa-enter-form" method="post" action="<?php echo site_url() . '/?upload' ?>" enctype="multipart/form-data"> <div class="dropzone"> <div ...
1
vote
1answer
102 views

Get table row ID after dropzone event

I've been banging my head on this for hours so hopefully someone can help. I'm trying to fetch either the row id or the form id when a file is uploaded into a dropzone box. I have multiple table rows ...

1 2
15 30 50 per page