ColdFusion could not delete the file C:\ColdFusion8\wwwroot\orig_gallery\gallery\ for an unknown reason.
The error occurred in C:\ColdFusion8\wwwroot\orig_gallery\delete.cfm: line 1
The Code:
1 : <cffile action="delete" file="#uploads##lg_image#"> 2 : <cfquery name="qDelete" datasource="z_gallery"> 3 : DELETE FROM gallery
The question:
Does this syntax look proper? Not sure if it is correct. Thanks for any help you may be able to provide. When I select a file to delete from my image gallery this delete.cfm is called and attempts to delete the file from the folder where it is stored
uploads = C:\ColdFusion8\wwwroot\orig_gallery\gallery\
and the microsoft access database (lg_image is a column in the database)
Thank you!!

New Topic/Question
Reply




MultiQuote






|