meteor-dropzone
meteor-dropzone copied to clipboard
A Meteor smart package for the popular file picker http://www.dropzonejs.com/
Hi, i've added the package and copied the code from example-app. How i can submit the uploaded files into a collection when it comes with other fields in a form....
Hi. Dropzone is not opening file selector on mobile app. Here is the code: `Template.FileManagement.rendered = function(){ if (Meteor.isClient){ var arrayOfImageIds = []; Dropzone.autoDiscover = false; var dropzone = new...
I uploaded a file /files/sample.pdf. While uploading how to take the uploaded file name as sample.pdf.