aspose file tools
The moose likes Applets and the fly likes Applet upload form Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Applet upload form" Watch "Applet upload form" New topic
Author

Applet upload form

Nahian Khondoker
Greenhorn

Joined: Dec 08, 2009
Posts: 1
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
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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Applet upload form
 
Similar Threads
Writing to web space from Java applet.
catch response returned by PHP in jsp
Multiple file upload using java applet
File upload in J2ME
AJAX and php upload function.