Questions tagged as 'dropzone'

1
answer

Pass the Header to Dropzone - laravel

Hi, I have a question about how to pass the Token to my Dropzone. I usually did it from a laravel view. Adding Js. in herself. And there was no problem. var myDropZone = new Dropzone('.dropzone',{ url: '/admin/posts/{{$post->...
asked by 25.09.2018 / 10:44
0
answers

Is it possible to visualize with drop zone files that are on the server?

I just started to use dropzone and I have no problems with file uploading, it helps me with some jquery and in general there is a lot of information about uploading files, but I have a form that I want to edit where files were already saved in a...
asked by 10.08.2018 / 04:18
1
answer

Error Invalid Isolate Scope Definition in a directive with AngularJS when reopening modal

I have the following problem. I have a modal that uses a directive to which two callback functions are passed and which, when I open the modality for the first time, works perfectly. The problem comes when I close the modal and reopen it. The er...
asked by 15.09.2017 / 12:57
1
answer

Dropzone in sending email $ files empty

Good, I created a form with the Dropzone library, but when sending the variable $_FILES is always empty. I've set up the library so that it does not self-execute, but it still ignores me. The form (I paste only the header because it...
asked by 28.11.2016 / 11:52
1
answer

Upload heavy images to the server with DropZone and laravel

hi friends I'm working with Larvel 5.5 and Dropzone, the problem is this, DropZone does not allow me to upload images larger than 2MB, I proceed to change the property maxFilesize: 100 but it does not work, attached images of the code Vi...
asked by 05.11.2017 / 23:42