Duplicated file-upload

FRW

Well-known member
Is there a possibility to notice during insert, that a file that should be uploaded with a generic_file field is still there - before doing the upload and rename the file?

So that I can choose, if I want to have this file renamend or cancel the upload-process
 

eugenio

Administrator
Staff member
Hello,
what do you mean with "is still there"?

In general, consider that dadabik assigns to each file uploaded a unique name, that is different respect to the original name.

Best,
 

FRW

Well-known member
I mean,that there is a file uploaded with the same original name and I want to have the possibility to cancel the download, if the same original name is discovered
 

eugenio

Administrator
Staff member
This cannot happen, dadabik always assigns a unique name (unique in the uploads folder) when you upload a file, the original name of the file is lost.

Best,
 
Top