CF: Permissions problem / unable to delete files


i'm attempting create file-storage application, unable to  delete file function work. permissions directory  file in question resides set allow deletion.

error get:

security: requested template has been denied access /costumefiles/jade.costume
following internal exception message: access denied  (java.io.filepermission /costumefiles/ade.costume delete)


code:

<cffile action="delete"  file="/costumefiles/#listlast(qdeletecostumefiles.costumefile,'/')#">

 

what might problem here?

in advance,
zzxjoanw



More discussions in ColdFusion


adobe

Comments

Popular posts from this blog

Blank pages again for IE7 and IE6

How to update nested ListCollectionViews?

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??