You are here

constant IMCE_RENAME_REPLACE in IMCE 7

Flag for letting the user decide to replace the existing file with the new one or keep the existing file and renaming the uploaded file

2 uses of IMCE_RENAME_REPLACE
imce_upload_form in inc/imce.page.inc
Upload form.
imce_upload_submit in inc/imce.page.inc
Submit upload form.

File

./imce.module, line 12
Implements the necessary hooks for the file browser to work properly.

Code

define('IMCE_RENAME_REPLACE', 1001);