i want sent Multipart/form request to servlet to applet for reading local machine file.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
Welcome to JavaRanch.
You can use the Apache Commons HttpClient library for uploading files over HTTP. The server side might be handled by the Apache Commons FileUpload library.
Note that applets do not have access to the client file system, unless they're signed or the local security policy is altered.