JFileUpload with overwite parameter and indexrename

Upload core product.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

JFileUpload with overwite parameter and indexrename

Post 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.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: JFileUpload with overwite parameter and indexrename

Post by import »

Is there any URL we could check to see what's wrong ?

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: JFileUpload with overwite parameter and indexrename

Post 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.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: JFileUpload with overwite parameter and indexrename

Post by import »

great!

Post Reply