|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
When using the FinalLocation it appears the Uploader doesnt have the property set to overwrite the old file
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
There will not be one. Consider the following scenario: if user A uploads users A's "homework.doc" and later user B uploads user B's "homework.doc", then user A's "homework.doc" will be overwritten by user B's "homework.doc" if you had turned overwritten on. You should code FileUploaded event to properly handle such scenarios instead of always trying to look for something on the control. It would probably cause you more trouble if we had such a property on the control.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 1/9/2009 Posts: 97
|
Yes im working on hanldeing if useing the fileuploaded event. Maybe a suggestion would be a Toggle True/False property of wether or not to have it set to override when moving from temp to final location
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
We have already told you "there will not be one" and explained why. This issue is closed.
Thanks
|
|