Newbiesome
Programmer
I have a problem checking if a file that was uploaded ages ago still exists before a user deletes it.
The user can select multiple check boxes for what records get deleted. The file name is stored in a database along with the record. Ideally the file associated with that record should always be there but if the file is not there, the application stops the deletion process.
It seems the CFFILE action does not just detect a file that I can see.
The user can select multiple check boxes for what records get deleted. The file name is stored in a database along with the record. Ideally the file associated with that record should always be there but if the file is not there, the application stops the deletion process.
It seems the CFFILE action does not just detect a file that I can see.