Thanks for the feedback. I recently discovered that our application is designed to not allow caching on a users machine. That is why it wouldnt work. To get around this I disabled the left-click and displayed a message informing the user to right-click and click save-target-as.
I have a page where i would like users to save/download images to their machine. Im currently using the following code:
<cfheader name="Content-Type" value="image/jpeg">
<cfheader name="Content-Disposition" value="attachment;filename=#filename#">
<cfcontent type="image/jpeg"...
I have a page where i would like users to save/download images to their machine. Im currently using the following code:
<cfheader name="Content-Type" value="image/jpeg">
<cfheader name="Content-Disposition" value="attachment;filename=#filename#">
<cfcontent type="image/jpeg"...
Ok, Im using the cfmail tag within CF7 and im trying to use the failto param. When I send it to an invalid address from outlook or cfmail using my domain as part of the email address I get the undeliverable in my inbox. When I send it to an invalid address with a different valid domain such as...
Nevermind, I found the answer. I was intentionally clearing the client scope on the application.cfm page, only if cfhttp was being called. I guess even though i manually recreated the client scope with specific vars it was causing errors. I guess there are client scope vars that CF uses when...
I have a page where I am making a cfhtttp call. When I view CFHTTP.FileContent there is a 500 null error at the bottom of the results. Anyhelp would be great thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.