Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java Micro Edition
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Liutauras Vilda
Ron McLeod
Jeanne Boyarsky
Paul Clapham
Sheriffs:
Junilu Lacar
Tim Cooke
Saloon Keepers:
Carey Brown
Stephan van Hulst
Tim Holloway
Peter Rooke
Himai Minh
Bartenders:
Piet Souris
Mikalai Zaikin
Forum:
Java Micro Edition
Uploading image to Servlet using Http Connection
Alex Parvan
Ranch Hand
Posts: 115
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
What are my options to do that ? I want to send an image from a mobile device (J2ME).
Can i just use request.getInputStream(); to read the bytes ? Or multipart/form-data ?
Thanks,
Alex
"Quoting yourself is stupid" - Me
Mark E Hansen
Ranch Hand
Posts: 650
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
If you want to do this with a client web application (in a browser), then
you should
look into the File Upload package from Jakarta Commons:
http://commons.apache.org/fileupload/
Nazmul Quader
Greenhorn
Posts: 1
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I think Parvan is talking about J2ME. Not mobile web. Any help ?
Don't get me started about those stupid
light bulbs
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
looking for a creative way to get a string from file.xml
How To Write Some Text in a Horizontal Rule?
thumbnail in jsp
problem with load image file
automatic display of the java list on mouseover an image
More...