Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 10-06-2006, 10:21 AM File upload in Java?
RickPlmr's Avatar
Super Talker

Posts: 107
Name: Rick Palmer
Trades: 0
I have a web page in JSP that needs to allow users to upload an image file (which I will then be saving in a database as a BLOB). What's the best way to upload a file in Java? Are there any good open source projects that handle this?

Thanks for the help,
__________________

Please login or register to view this content. Registration is FREE
- free online training in Java, J2EE, and MySQL.


Please login or register to view this content. Registration is FREE
- answers and advice from a geek who knows stuff.
RickPlmr is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-16-2006, 09:43 AM Re: File upload in Java?
RickPlmr's Avatar
Super Talker

Posts: 107
Name: Rick Palmer
Trades: 0
I ended up using the apache commons FileUpload component that's built into Struts, after finding a good wiki article on the subject at http://wiki.apache.org/struts/StrutsFileUpload.


<html:form action="/updateTruck" enctype="multipart/form-data">
<table>
<
td width="16%" align="left" valign="top" nowrap="nowrap"><strong>Truck Photo: </strong></td>
<td id="photoTd" width="16%" rowspan="3" valign="top">
<html:file property="photo" onchange="dirty();" size="10" />
<br /><a href="truckBig.jpg" target="_blank" style="font-size:.9em;">
<img id="photoImg" src="truckSmall.jpg" width="91" height="60" border="0" /></a>
</td>
__________________

Please login or register to view this content. Registration is FREE
- free online training in Java, J2EE, and MySQL.


Please login or register to view this content. Registration is FREE
- answers and advice from a geek who knows stuff.
RickPlmr is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to File upload in Java?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20711 seconds with 12 queries