how to upload a file using java applet to asp.net sites.
A:
See my answer to this question: http://stackoverflow.com/questions/1599018/java-applet-to-upload-a-file/
On the asp.net side, just use or create a script that handles file uploads as if they were done via a html form.
Point your Applet code to that script, voilà.
Lauri Lehtinen
2010-06-06 09:50:57