How to upload a file in JBoss Portal with Struts Bridge??
--jsp--
<html:form action="fileupload" method="post"
enctype="multipart/form-data" >
<html:file property="file"/>
</html:form>
the upper code is work in struts, but not work in struts bridge!
Any one know how to make it works?
THX!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045678#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...