CFFileServlet/_cf_image why?

2009-10-02 Thread Glyn Jackson
I am using CFIMAGE do resize images and use write to browser to view them I have noticed that when I view the image the path is something like this... /CFFileServlet/_cf_image/_cfimg-x how long does it say in this directory for? does it delete them when its done? I can still navigate to

Re: CFFileServlet/_cf_image why?

2009-10-02 Thread Tony Bentley
Write to browser is similar to file upload. It stores the temporary file for that one request then deletes it after. You can always write the image to a file of your choice. cfset src = expandpath(myjpg.jpg) cfimage source=#Imageobj# action=write destination=#src# overwrite=yes Then on your

Re: CFFileServlet/_cf_image why?

2009-10-02 Thread Glyn Jackson
Are you sure it deletes it afterwards I.E http://www.safe4sure.co.uk/CFFileServlet/_cf_image/_cfimg-7294859208909333435.PNG its still there? do you set how CF treats these files in CFadmin? ~| Want to reach the ColdFusion

Re: CFFileServlet/_cf_image why?

2009-10-02 Thread Glyn Jackson
O went back 5 mins later to that URL and got... 404 Not Found so there must be some sort of time frame before its deleted, anyone know what this is? ~| Want to reach the ColdFusion community with something they want? Let

Re: CFFileServlet/_cf_image why?

2009-10-02 Thread Azadi Saryev
it's about 5 min :) Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 03/10/2009 04:04, Glyn Jackson wrote: O went back 5 mins later to that URL and got... 404 Not Found so there must be some sort of time frame before its deleted, anyone know what this is?

Re: CFFileServlet/_cf_image why?

2009-10-02 Thread Glyn Jackson
LOL, set myself up for that one :) ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: