upload file in struts2 using ajax

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

How can I upload a file in struts 2 using ajax

2条回答
  •  独厮守ぢ
    2021-01-05 10:19

    Download the Struts2 jQuery Plugin and do it like you normaly do it with Struts2.

    <%@ taglib prefix="s" uri="/struts-tags"%>
    <%@ taglib prefix="sj" uri="/struts-jquery-tags"%>
    
      
        
      
      
        
          
          
        
        

提交回复
热议问题