Jquery form plugin file upload

后端 未结 1 1238
北恋
北恋 2020-12-28 11:58

i have a problem with jquery form plugin. I try to upload a file asynchronously but it does not submit the form. html markup and javascript code are like below



        
1条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 12:23

    In short:

    
    

    Cannot be submitted via ajax, it has to be a full postback. Traditionally you use an iFrame for this if you want AJAX style behavior. I've used a few solutions to this, without knowing what platform you're on, SWFUpload is usually a good option.

    Here's a full document example of a fix:

    
    
    
        
        
        
        
    
    
        

    0 讨论(0)
提交回复
热议问题