Jquery File Upload Hidden IFrame

后端 未结 2 2051
一向
一向 2020-12-10 22:29

I needed a quick explanation on how to get an AJAX style file upload going using a hidden iframe. Here\'s the portion of the HTML code pertaining to the form:



        
2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 23:18

    i use this code, and work for me:

    $(document).ready(function(){
        $('form#myform').submit(function(){
              $("#hiddenIframe").remove();    
              $('