| Author |
problem uploading files using commons fileupload
|
Jag Bains
Ranch Hand
Joined: Nov 19, 2002
Posts: 39
|
|
Hi, I am trying to use the file upload that comes with commons-fileupload-1.0.jar I can't seem to get the file in my servlet. The html snippet of my code is : In my servlet i have the following: On the java.util.List items = upload.parseRequest(request); cat.debug("just get a list of items from parsing request "+items.toString()); I only get the following response in my log output which makes me think I am doing something wrong in the HTML section.: 2005-07-03 18:23:02,806 DEBUG com.jag.petardscmsservlet.CMSGenericRequestAction - just get a list of items from parsing request [] Any ideas?  [ July 03, 2005: Message edited by: Bear Bibeault ]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56174
|
|
|
Commons is not Struts. I have adjusted the subject for you accordingly.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Jag Bains
Ranch Hand
Joined: Nov 19, 2002
Posts: 39
|
|
sorry, my mistake... but any ideas that can point my in the correct direction?
|
 |
 |
|
|
subject: problem uploading files using commons fileupload
|
|
|