Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: slippenot
  • Content: Threads
  • Order by date
  1. slippenot

    attachment download - IIS - SSL

    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"...
  2. slippenot

    Downloading attachment - SSL - cfheader

    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"...
  3. slippenot

    failto param within CFMAIL

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

    500 null error when using CFHTTP

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

    duplicate form fields using CFHTTP

    Using CFHTTP and seeing duplicate form fields. I guess this was a but back with 4.5 but was fixed. Any help on this would be great. Thanks.

Part and Inventory Search

Back
Top