XTGeminiman
08-20-2005, 05:51 PM
I want to avoid duplicate files so how can I check to make sure the filename of the uploading file doesn't already exist?
I want to do something like...
if UploadRequest.Item(AF_curKey).Item("FileName") <> some_file then
Anyone got ideas?
I want to do something like...
if UploadRequest.Item(AF_curKey).Item("FileName") <> some_file then
Anyone got ideas?