Ask a Question related to Macromedia ColdFusion, Design and Development.
-
ckainc #1
cffile uploads
I need to find the url of a file after uploading it using cffile so that I can insert the filepath in a database.
Thanks
ckainc Guest
-
Web File uploads
While trying to do a simple file upload via a web form, (enctype="multipart/form-data"), I've run into a problem that has me stymied. This is an... -
SSL in Dreamweaver FTP Uploads
DW MX 2004 supports FTP, and SFTP transmission of content to remote server. It does not support FTP via SSL. Are there plans to add SSL, or are... -
Uploads from third parties to me
Is there a code that allows third party viewers of my web page to upload pictures and file to my computer/server, such as having my sister upload... -
PHP and file uploads
Hi All, Here's one thing that I don't know much about - file uploading. As part of my project, I will have to build a file manager of sorts -... -
Uploads with MySQL
Troubles getting a file upload into a MySQL DB to work. Any help is appreciated. It keeps arriving at up.php without any get data, but has worked... -
mxstu #2
Re: cffile uploads
After you upload with CFFILE
<cffile action="upload" ... >
Use the CFFILE variables
<cfoutput>
File was uploaded to directory #CFFILE.serverDirectory#<br>
Uploaded file name is #CFFILE.serverFile#<br>
</cfoutput>
See
[url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p35.htm#wp3540091[/url]
mxstu Guest



Reply With Quote

