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 -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -