This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes how to post image with java 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 » Sockets and Internet Protocols
Reply Bookmark "how to post image with java" Watch "how to post image with java" New topic
Author

how to post image with java

Nicolas Viollin
Greenhorn

Joined: Apr 13, 2001
Posts: 26
Hi !!

I've got a php script which I use to upload files onto a server. I would like to know if there's a way to post a file object to a script ??

As a reminder, in php you access the posted file like this:

$_FILES['uploadFile']['tmp_name']
$_FILES['uploadFile']['name']
$_FILES['uploadFile']['size']

any ideas
thnx
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to post image with java
 
Similar Threads
Writing to web space from Java applet.
File upload in J2ME
Servlet File Upload and JQuery as his brothers
Send file to applet from PHP
PHP script to upload file to HTTP server