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 Mike Lewis 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. smbayo

    handling file attachment with CFCONTENT - help

    thanks GJ ..... it's about the only work around that comes to mind too. however, CF4.0 does not give me many options. I will be upgrading to 5.0 soon. Hopefully that should give me some leverage.
  2. smbayo

    viewing email attachments

    I am developing an email apps in CF. However, viewing email attachments from msg is proving such a pain. here's is my code; <FONT FACE=&quot;Helvetica&quot; SIZE=&quot;-1&quot;><B>Attached:</B> <CFLOOP FROM=&quot;1&quot; TO=&quot;#ListLen(Message.Attachments,' ')#&quot...
  3. smbayo

    handling file attachment with CFCONTENT - help

    GunJack did you get the code ????
  4. smbayo

    handling file attachment with CFCONTENT - help

    Here's the code: This code reteives the attachment and generates a link to download the file in the &quot;view message&quot; page ...... <CFLOOP FROM=&quot;1&quot; TO=&quot;#ListLen(Message.Attachments,' ')#&quot; INDEX=&quot;CurrItem&quot;> <CFOUTPUT> <CFSET FileName =...
  5. smbayo

    handling file attachment with CFCONTENT - help

    Thanks dasniper but i have already tried #URLEncodedFormat(<name>)# - still doesn't work. Could it be a problem with CF Server 4.0.1?
  6. smbayo

    handling file attachment with CFCONTENT - help

    I am building a email application in CF and using CFCONTENT to attachments to messages. The problem with this is that if the name of the attached file has spaces in it Cf flags an error that the file does not exist. How do I get around this problem?

Part and Inventory Search

Back
Top