MultipartParser (oreilly file upload package) does not work twice

2002-10-14 Thread hugo
Hi I am trying to do something in a jsp file with the oreilly MultipartParser functions and I am getting immensely frustrated as it does not work. What I would like to do is: 1. Get information from a set of form fields with the MultipartParser, including upload fields. 2. Load the filenames fr

Re: MultipartParser (oreilly file upload package) does not work twice

2002-10-14 Thread Dror Matalon
Hi, Oreilly has a way to rename files automatically so that if a file exists, a new file with a ".1", ".2" etc, is created (or something similar). If that doesn't work for you, you don't really need two passes, Just keep a vector of java.io.File and use them later when you figured out what you

Re: MultipartParser (oreilly file upload package) does not work twice

2002-10-14 Thread hugo
Hi Dror Thanks for the code. I'll give it a try. If there is such a thing where the oreilly package automatically renames files that would be great. It would mean I do not need any of my code below. But I have tried both MultipartParser and MultipartRequest and as far as I can see when files ar