Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
quasarsglow #1
CFPOP attachmentspath not saving attachments
I've searched for help through the archives, so I'm hoping this isn't a major
repeat.
I'm trying to save attached files with CFPOP into a directory on my webserver.
I've tried specifiying the exact path, using
#GetDirectoryFromPath(GetTemplatePath())# and contacting my hosting company for
help.
I'm not getting error messages when my application runs, but I'm also not
seeing the attachments in the directory. The path is being saved in the
database, to be used as a link later, but the attachment isn't ending up in the
directory.
When I CFDUMP the information from my query, the attachment files lists it as
saved in the path, so am I missing something very important?
Here's my code
<cfpop action="getall"
attachmentpath="#GetDirectoryFromPath(GetTemplateP ath())#"
userName="#the email address#"
password="#the password#"
server="# the server #"
name="popQuery">
CFdump returns this for attachmentfiles
C:\Domains\#mydomain#\wwwroot\submissions\picture( 29).jpg
I'm a little concerned that the attachment path isn't going to work as a link
in an <img src> tag because of the \ instead of / as well.
quasarsglow Guest
-
CFPOP
We're trying to access my Exchange mail server using ColdFusion's CFPOP tag with the following format and that requests are timing out when trying... -
CFPOP Encoding Problem
So in other words, dont use ColdFusion for building webmail apps? It seems to me that's what you're saying. I just finished developing an email... -
CFPOP and attachments
I have a simple CFPOP application that allows employees to view emails from their supervisors. We do not allow the employees to see or download... -
Possoibe CFPoP Bug
Can anyone please verify for me: When a file is sent through CFPoP its name becomes URL encoded? Then when cfpop retrieves the mail it does not... -
Problems with CFPOP please help me
Im building a coldfusion app that uses cfpop. Quite often, and it's pretty much unavoidable, I get the "maildrop already locked" error. I understand...



Reply With Quote

