Page 1 of 1

JFileUpload with overwite parameter and indexrename

Posted: Sun Jan 27, 2008 9:33 pm
by import
I am using the LargeUpload.jsp example file for Uploadbean.
JFileUpload has the following set in the right place
<PARAM NAME = "overwrite" VALUE = "indexrename">
The applet works but it alwas overwites the previous file, the
documentation says that using this option will rename duplicate
uploads such as file_1.zip...
The FAQ says LargeUpload.jsp provided this feature.
Something is wrong since it does NOT work.

Re: JFileUpload with overwite parameter and indexrename

Posted: Sun Jan 27, 2008 9:34 pm
by import
Is there any URL we could check to see what's wrong ?

Re: JFileUpload with overwite parameter and indexrename

Posted: Sun Jan 27, 2008 9:34 pm
by import
My bad...

It works! When I was trying to make an example to show how it does not work, I got it to work.

indexrename DOES work exactly as it should.

Re: JFileUpload with overwite parameter and indexrename

Posted: Sun Jan 27, 2008 9:34 pm
by import
great!