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...
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.