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: *

  1. slippenot

    Downloading attachment - SSL - cfheader

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

    500 null error when using CFHTTP

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