Re: struts file upload strange error

2004-05-04 Thread Martin Cooper
"John Moore" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 01:13 04/05/2004, Bryan Hunt wrote: > > >Dude, send me your address and I will fed-ex you a cold beer > >!! > >I should have thought of that before. Thanks for your help I've > >j

Re: struts file upload strange error

2004-05-04 Thread John Moore
At 01:13 04/05/2004, Bryan Hunt wrote: Dude, send me your address and I will fed-ex you a cold beer !! I should have thought of that before. Thanks for your help I've just wasted 24 hours on this If I was running linux I could have ran a packet captur

Re: struts file upload strange error

2004-05-03 Thread Richard Yee
darn! I knew I should have answered this one! -R Dude, send me your address and I will fed-ex you a cold beer !! I should have thought of that before. Thanks for your help I've just wasted 24 hours on this If I was running linux I could have ran a pack

Re: struts file upload strange error

2004-05-03 Thread Bryan Hunt
Dude, send me your address and I will fed-ex you a cold beer !! I should have thought of that before. Thanks for your help I've just wasted 24 hours on this If I was running linux I could have ran a packet capture but am on crappy win 2000 box. --B

Re: struts file upload strange error

2004-05-03 Thread Martin Cooper
It's not a Struts bug, and it's not even a Struts-related problem. Any time you need to upload files, you must use a POST request with an 'enctype' of "multipart/form-data". Your form element should look like this: -- Martin Cooper "Bryan Hunt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

struts file upload strange error

2004-05-03 Thread Bryan Hunt
Hi there list, I have been trying to get the most simple file upload example working with and have been receiving a strange error message that I just can't seem to shake. Here is the basics of my action form snip= public class ImageUploadForm extends ActionForm { // ---