Re: Another file upload question

2007-04-24 Thread Dave Newton
--- meeboo <[EMAIL PROTECTED]> wrote: > private File uploadedMovie = null; > public void setUploadedMovie(File uploadedMovie) > {this.uploadedMovie = > uploadedMovie;} > > The problem is that I can't set the name of the > uploaded file before it is > saved to the drive. I can specify the path but

Another file upload question

2007-04-24 Thread meeboo
drive. I can specify the path but the file name is some random generated key by Tomcat. Can I somehow intercept the upload before it has been saved to the drive and change the name? If not, are there other alternatives? Thanks! -- View this message in context: http://www.nabble.com/Another