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
Post a Comment