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..."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.