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 Struts and the fly likes Uploading a file by parsing request 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 » Frameworks » Struts
Reply Bookmark "Uploading a file by parsing request" Watch "Uploading a file by parsing request" New topic
Author

Uploading a file by parsing request

Fawad Ali
Ranch Hand

Joined: Dec 28, 2009
Posts: 108
Hi All,
I have a form where I place <input type="file" /> tags. When the form submits, I want to write the image to a server directory. So I cannot do it in the normal Struts 2.0 way. I have to parse the request and get the files out of it and write it to a server directory. I am using the following code. It works in Servlets but not in a Struts framework.



Line 25 of the above code returns either null or empty list. I call it as follows from a Struts action.



Any ideas on what I may be missing here and if there are any other alternatives, please let me know.

Thanks in advance.


Regards, Fawad Ali.
Software Engineer, Stafona Inc. - My Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Uploading a file by parsing request
 
Similar Threads
take in file from client machine
Servlet File Upload and JQuery as his brothers
request.getParameter() returning null
Unable to upload file using Swing and Servlets to Server
Permission denied exception on saving file to filesystem