Question
Send image to browser with <cfcontent> not download prompt
I'm sending an image to be downloaded using cfcontent
<cfheader name="Content-disposition" value="attachment;filename=#getit.file#">
<cfcontent type="image/jpg" file="#physicalpath#\#getit.file#">
Can I have the image sent to the browser instead of a download prompt?