Guest_imported
New member
- Jan 1, 1970
- 0
Hi, I'm working on webbased mailprogramm and want to enable users to attach their own files.
With cfmailparam you can set a filename, like C:\Mydocument.txt.
However when i make an input type = file to get the path from local user machine and submit this path to the mailpage it won't work: It sais File doesn't exist.
Do i have to first upload the file to the webserver with CFFILE action = "Upload"?
Is there any other way to send attachments using a browse window?
TNX in ADV
With cfmailparam you can set a filename, like C:\Mydocument.txt.
However when i make an input type = file to get the path from local user machine and submit this path to the mailpage it won't work: It sais File doesn't exist.
Do i have to first upload the file to the webserver with CFFILE action = "Upload"?
Is there any other way to send attachments using a browse window?
TNX in ADV