How can I upload files using an applet form where the server side script is php. And the php script has to return a confirmation String to the Applet
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35247
7
posted
0
You can use the Apache Commons HttpClient library for that. Note that the applet needs to be signed in order to be allowed access to the local file system.