RE: stop requests of images via application.cfc

2007-10-19 Thread Dale Fraser
] Sent: Saturday, 20 October 2007 11:29 AM To: CF-Talk Subject: stop requests of images via application.cfc I'm uploading (via CFIMAGE) images into a /temp/ folder. Naming them 1.jpg, 2.jpg, etc.. After I approve them, I move them out of /temp/. It appears application.cfc onRequestStart doesn't

stop requests of images via application.cfc

2007-10-19 Thread Jeff Becker
I'm uploading (via CFIMAGE) images into a /temp/ folder. Naming them 1.jpg, 2.jpg, etc.. After I approve them, I move them out of /temp/. It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated!

stop requests of images via application.cfc

2007-10-19 Thread Jeff Becker
I'm uploading (via CFIMAGE) images into a /temp/ folder. Naming them 1.jpg, 2.jpg, etc.. After I approve them, I move them out of /temp/. It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated!

Re: stop requests of images via application.cfc

2007-10-19 Thread Sean Corfield
On 10/19/07, Jeff Becker [EMAIL PROTECTED] wrote: It appears application.cfc onRequestStart doesn't stop requests directly to /temptemp/UNAPPROVED#.jpg Any thoughts?? Much appreciated! Well, of course it doesn't - ColdFusion is only involved for .cfm and ..cfc requests and so