Dropzone delete not working on server side success
问题 I have integrated dropzone library with laravel .Dropzone set following configuration autoProcessQueue: true, uploadMultiple: true, parallelUploads: 10, maxFiles: 10, paramName: "photos", addRemoveLinks: true, while sending images i will pass id also using this.on("sendingmultiple", function(data, xhr, formData) But I have following two problems 1.when i upload single or multiple images,image uploaded successfully but i need to set server side generated image name and id to dropzone image,so