I’m using the uploadify jquery plugin to upload multiple files. Everything works fine, but i want something a little more from the script. I want to add some more info to the uploaded files. How do I remove the default behavior of the onComplete option and instead of removing the file queue item from the list, to display a thumbnail of the uploaded file with some form elements for editing that item.
I’m using the uploadify jquery plugin to upload multiple files. Everything works fine, but
Share
What you ask is not an illegal manipulation, Graza has misunderstood probably.
Anyway to your answer, you get on "onComplete" event "event and file details" and by knowing them you can fire a function inside onComplete and create your forms after file upload is completed.
hope it helps,
Sinan.
from its doc: