upload file in struts2 using ajax

后端 未结 2 711
伪装坚强ぢ
伪装坚强ぢ 2021-01-05 09:43

How can I upload a file in struts 2 using ajax

2条回答
  •  南方客
    南方客 (楼主)
    2021-01-05 10:13

    If you want to return json data to client, you can get the error that a file download dialog appear to download json as a text file. I use struts2-json plugin so to fix this error, just add the following config to your action in struts.xml

    text/plain
    

    my sample

            
                
                /WEB-INF/pages/uploadForm.jsp
                
                     
                             fileStoreManager, file
                     
                     text/plain
                
                mainMenu
            
    

提交回复
热议问题