RE: Struts 2: What do i need to do to be able to upload files

2008-11-21 Thread Peterson, Ryan
: What do i need to do to be able to upload files By the way, is there a file size limit for uploading files? I tried to upload 600+MB of movie and it just failed! What can you say 'bout this? On Fri, Nov 21, 2008 at 7:22 AM, ryan webb <[EMAIL PROTECTED]> wrote: > Hi I finally got it! &

Re: Struts 2: What do i need to do to be able to upload files

2008-11-20 Thread ryan webb
By the way, is there a file size limit for uploading files? I tried to upload 600+MB of movie and it just failed! What can you say 'bout this? On Fri, Nov 21, 2008 at 7:22 AM, ryan webb <[EMAIL PROTECTED]> wrote: > Hi I finally got it! > Three request parameters are by default to uploading files

Re: Struts 2: What do i need to do to be able to upload files

2008-11-20 Thread ryan webb
Hi I finally got it! Three request parameters are by default to uploading files to struts 2 -the file itself -the content type and -the filename Frame work is expecting some correct methods like the one you suggested. It's uploading now. Thank you very much your reply, and your time. It has been

Re: Struts 2: What do i need to do to be able to upload files

2008-11-20 Thread Jeromy Evans
ryan webb wrote: Thanks for your kind reply but I have commons-fileupload-1.1.1.jar and commons-io-1.2.jar in my lib folder. With those jar files included, doesn't that mean that I should be able to do file uploads automatcally? Yes. The "unable to load bean MultiPartRequest (jakarta)" m

Re: Struts 2: What do i need to do to be able to upload files

2008-11-20 Thread ryan webb
Thanks for your kind reply but I have commons-fileupload-1.1.1.jar and commons-io-1.2.jar in my lib folder. With those jar files included, doesn't that mean that I should be able to do file uploads automatcally? On Thu, Nov 20, 2008 at 2:56 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > ryan we

Re: Struts 2: What do i need to do to be able to upload files

2008-11-19 Thread Jeromy Evans
ryan webb wrote: Hello, first I would like to thank you for reading my email. I am trying out some examples for uploading a file. And I always get HTTP 500 error from tomcat. I can't see why, I followed and copied the example. For sure I missed something but I don't know what? I tried debuggin