Hai,
I want to do file uploading from applet to action class.
How can i do.
But i tried file uploading from Applet to servlet.
its working fine.
But i need Applet to action class.
First i put the code for Applet to servlet.
Applet Class Code:
Servlet Code :
web.xml :
Its working fine.
But If i call Action class like this from applet.
it not working.
Its not working.
How can i call the action.
Or please give any idea
for uploading the file from applet to struts action class.