html - jquery .submit() inside dropzone success event -


hi i've been looking around , didn't find ideas how implementing jquery.submit()inside dropzone success event or complete event can me. ?

this jquery code

this.on("success", function(){   $(".form").submit(); 

i'm not using whole form dropzone area because member should insert aditional data. want sending aditional data manually instead using ajax should perform submitting. based on threads https://stackoverflow.com/a/22069194 decided send image first after user clicking submit button, , after send aditional data. have idea ?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -