If this question has already been addressed I apologize and feel free to link to another discussion that will help me solve this issue. I have a registration form that I would like to incorporate Dropzone.js but am having difficulty doing so. My issues are:
1) when I can successfully get Dropzone.js to upload an image, I cannot process the additional form data which I am sending to a database and redirect the browser. If I can't utilize Dropzone.js as a 'preview' area and submit all data with the main form button, I would be fine with uploading the images in advance then submitting the balance of the form data with submit.
2) To reduce the chance of duplicate images, I want to rename the image before upload. Does the renameFile option work in Dropzone.js and is the "new name" available to the form on submit, or would I be better off saving the new filename as hidden input in the main form.
Again, if these issues have already been addressed, just link to the discussion and I apologize in advance if I am 'beating a dead horse'. :)