Results 1 to 4 of 4
Thread: Java upload file?
- 03-06-2012, 01:50 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
Java upload file?
Sorry if my question is not clear? I am trying to upload a file through webpage and process with java.
The file is browsed by user using
<h3>XML configuration file</h3>
<p>This input the XML file that contain all configuration parameter for the simulation</p><br/>
<input type="hidden" name="MAX_FILE_SIZE" value="500" />
<!--<input type="file" id="XMLinput" name="XMLinput" size="40" multiple> <br/>-->
<input type="file" id="XMLinput" name="XMLinput" size="40"> <br/>
<output id="list"></output>
How do I get the file and pass it to java ? I tried Request.getParameter("XMLinput"), but it doesn't work.
The servlet i'm using is Tomcat.
Cheers
- 03-06-2012, 02:16 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
Re: Java upload file?
There are plenty of results from Googling 'java servlet file upload'.
Apache has a package that is handy.Please do not ask for code as refusal often offends.
- 03-06-2012, 04:47 PM #3
Member
- Join Date
- Mar 2012
- Posts
- 2
- Rep Power
- 0
Re: Java upload file?
Thanks Tolls, I tried that and there was an example using com.oreilly.servlet.MultipartRequest; library, which is not installed on the computer. And since it is university comp, I can not add extra libraries to it.
What I'm looking for is a simple method to pass the file that I select at the html page into a java class like File.
Sorry, I just start dealing with java recently.
- 03-06-2012, 05:12 PM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,448
- Rep Power
- 16
Similar Threads
-
:large file upload to server(chunk upload)
By tommy_725 in forum NetworkingReplies: 0Last Post: 10-16-2009, 12:21 AM -
Java Applets and File Upload
By effkay in forum Java AppletsReplies: 0Last Post: 07-14-2009, 09:03 PM -
code to upload a file in java
By radhika123 in forum New To JavaReplies: 6Last Post: 07-11-2008, 07:04 AM -
file upload in java
By muralikrishna in forum New To JavaReplies: 6Last Post: 06-25-2008, 08:24 AM -
JFileUpload 2.0 released - Java file upload applet
By jfileupload in forum Java SoftwareReplies: 0Last Post: 03-09-2008, 02:04 PM


1Likes
LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks