¡@

Home 

2014/10/16 ¤W¤È 12:09:50

jquery Programming Glossary: uploadtrg

How to make Asynchronous(AJAX) File Upload using iframe?

http://stackoverflow.com/questions/2909442/how-to-make-asynchronousajax-file-upload-using-iframe

trying to make ajax file upload . I read that it is not possible to do that without using iframe . I wrote iframe id uploadTrg name uploadTrg height 0 width 0 frameborder 0 scrolling yes iframe form id myForm action file component method post enctype.. ajax file upload . I read that it is not possible to do that without using iframe . I wrote iframe id uploadTrg name uploadTrg height 0 width 0 frameborder 0 scrolling yes iframe form id myForm action file component method post enctype multipart form.. frameborder 0 scrolling yes iframe form id myForm action file component method post enctype multipart form data target uploadTrg File input type file name file input type submit value Submit id submitBtn form and using jquery form plugin '#myForm' .ajaxForm..