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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

viewing files remotely

Status
Not open for further replies.

taneujin

MIS
Aug 14, 2001
61
SG
May I know if ColdFusion allows the uploading of files in the ColdFusion Server machine to a remote machine via a web interface on the client?
 
To send files from the client browser to the server for storage and processing you can use cffile tag; that will acomplish the most of you requirements; the tag will accept values such as upload, move, rename, copy, delete, read, write, append and readbinary for the action attribute so you can manipulate the file in whatever way you want;

By combining the cfhttp tag and cfhttpparam tag, you can define data to be sent to the server (the role of the cfhttpparam tag) including cookies, form data, and cgi, url, and file variables, and then have them all sent to the specified web-server-based application with the cfhttp tag;

tleish and I have just finished an interesting tread where you can pick-up some tips on how to use cfhttp and cffile tag
check teread: CFHTTP thread232-121178

hope this help you get started
Sylvano
dsylvano@hotmail.com

"every and each day when I learn something new is a small victory..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top