File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Applets and the fly likes Send Multipart/form data servlet from Applet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Send Multipart/form data servlet from Applet" Watch "Send Multipart/form data servlet from Applet" New topic
Author

Send Multipart/form data servlet from Applet

rajiv sahu
Greenhorn

Joined: Sep 08, 2008
Posts: 1
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
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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Send Multipart/form data servlet from Applet
 
Similar Threads
POST data with a file upload
Why multipart/form-data does not work with post metho in servlet
uploading of file from one server to another using java or servlets
Problem in Java Mail using Servlet
Resource not found