I’m attempting to create a file-storage application, but am unable to get the delete file function to work. The permissions for the directory where the file in question resides are set to allow deletion.
This is the error I get:
Security: The requested template has been denied access to */costumefiles/*Jade.costume
The following is the internal exception message: access denied (java.io.FilePermission */costumefiles/*Jade.costume delete)
The code:
<cffile action=“delete” file=“/costumefiles/#ListLast(qDeleteCostumeFiles.costumeFile,‘/’)#”>
What might be the problem here?
Thanks in advance,
zzxjoanw