File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Engineering
»
HTML, CSS and JavaScript
Author
sending picture.
sameer patil
Greenhorn
Joined: Jan 01, 2008
Posts: 6
posted
Jan 19, 2008 21:51:00
0
i want to send the picture to the server using html form.
Is it possible to send a picture to the server?
which is attribute used for that? and how i retrieve it in the
servlet
.
is get parameter work for that.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
6
posted
Jan 19, 2008 21:52:00
0
You want to upload an image file? Is that what you are asking?
Eric
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35439
9
posted
Jan 20, 2008 01:18:00
0
If you are talking about uploading a picture, read up on the HTML form element of type
upload
.
You can use a library like
Commons FileUpload
to handle the server side, if that's a servlet container.
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: sending picture.
Similar Threads
jndi in midlets
Http Response
could someone explain picture editing with java?
displaying large images in phone
can server send picture in 'ajax' interaction
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter