0
cfmailparam file
New Here
,
/t5/coldfusion-discussions/cfmailparam-file/td-p/8506991
Aug 05, 2016
Aug 05, 2016
Copy link to clipboard
Copied
Hello everyone. In the cfmailparam file the file to be attached must be on the web server coldfusion or may even be on another server?
Thank's
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/coldfusion-discussions/cfmailparam-file/m-p/8506992#M173879
Aug 05, 2016
Aug 05, 2016
Copy link to clipboard
Copied
It has to be on the same server. Either on the server hard drive, or in memory (either the virtual file system, or even something created on-the-fly and assigned to a variable.)
If you want to send a file from another server, you need to use CFFTP to retrieve the file to the local server, first, then send the file via CFMAIL.
HTH,
^_^
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Gian666
AUTHOR
New Here
,
LATEST
/t5/coldfusion-discussions/cfmailparam-file/m-p/8506993#M173880
Aug 05, 2016
Aug 05, 2016
Copy link to clipboard
Copied
Thank you.
bye
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

