Hi,

Still trying to have CFCONTENT do its job unde CF 5, here is the situation:
1. a temp file is created using
  <CFSET tempFilePath = GettempFile(localDirectory,"map")>
2. a CFX_tag is called and it writes an image on the file ok, yes, it closes the file!
3. a template is called from a <IMG src="" tag.
4. the template works perfectly, returns the image file using
  <CFCONTENT TYPE="image/gif" FILE="#tempFilePath#" DELETEFILE="Yes">
5. The image is displayed ok in the browser, the only problem is that the file is not
    deleted by CFCONTENT as it is said it should.
6. each operation results in these two lines in the Server log file:
"Error","308","09/07/04","16:22:50",,"Error number 232 occurred attempting to close connection to web server."
"Error","308","09/07/04","16:22:50",,"Windows NT error number 232 occurred."

Any idea ?
I really need these files to be deleted, otherwise they will fill up my server.
--
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to