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

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

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