Uploadify v3: add a hidden input with the uploaded file's name -


i'm using uplodify v3 , want add hidden input uploaded file's name in it's value.

how can that?!

try with

'onuploadsuccess'   : function(file, data, response) {     $('input#yourhiddeninputid').val(file.name); } 

i tried , work.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -