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 -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

asp.net - Configuring WCF Services in Code WCF 4.5 -