Re: Upload: java.io.IOException: Multipart data doesn't start with boundary

2002-03-15 Thread Russell Caswell
I am using a redirect instead of a forward to work around this problem. Russ --- Matt Raible <[EMAIL PROTECTED]> wrote: > I'm trying to do the following: > > Add a new file using an UploadForm and > UploadAction.add method. This > works fine. > > Update the properties of this file using the sa

Upload: java.io.IOException: Multipart data doesn't start with boundary

2002-03-14 Thread Matt Raible
I'm trying to do the following: Add a new file using an UploadForm and UploadAction.add method. This works fine. Update the properties of this file using the same UploadForm and UploadAction.save method. After saving the information to the database, I leave the form in it's scope (session) and