Community Member Profile
- Profile: /members/5431-Daniel.htm
- Comments: 4
- Points: 45
Recent Blog Comments By Daniel
-
LOCAL Variables Scope Conflicts With ColdFusion Query of Queries
Posted on Apr 2, 2010 at 7:39 PM
Hoaah :) you saved me once again, really thanks... read more »
-
Using ColdFusion's CFLocation Tag For Inline Image SRC Attributes
Posted on Mar 19, 2010 at 12:46 PM
@Ben, Yes, the client reads the headers and if it has a cached version of the file (same ETAG) then shuts down the request and render the cached version. ( I think it is done in the same request/connection ) a sample of Apache log with a gif image 127.0.0.1 - - [08/Feb/201... read more »
-
Using ColdFusion's CFLocation Tag For Inline Image SRC Attributes
Posted on Feb 12, 2010 at 6:13 PM
To say the truth I'm not using cflocation cause Im trying to hide the physical location of my images. As like in your example my page contains <img src="image_proxy.cfm?id=1"/> let me better explain my case: -the very first time the image not exists, so I create, sav... read more »
-
Using ColdFusion's CFLocation Tag For Inline Image SRC Attributes
Posted on Feb 12, 2010 at 1:30 PM
I'm using the same approach for images, caching them into a directory using the pseudocode if fileexist stream the image out else generate and stream endif But I discovered the webserver never provides a statuscode "304 NOT MODIFIED" even when working with cfhead... read more »



