I'm not quite sure what you're suggesting, but cffile must be used to upload files submitted from the client in a form post as far as I know.
cfhttp is for sending http request from your coldfusion server to another machine. I don't really see how you could accomplish a file upload from a client via that. You could consider giving your users FTP accounts. The FTP protocol is a bit better suited for large files and won't consume an app server thread. However, it wouldn't be part of a web interface. The only other option I have seen for easily uploading large files from the web are custom applets or active x controls etc. Truthfully, you aren't going to get any better network transfer right from them-- just more control. ~Brad ----- Original Message ----- From: "Les Mizzell" <[email protected]> To: "cf-talk" <[email protected]> Sent: Friday, March 13, 2009 9:35 AM Subject: cffile - cfftp questions.. > > Working on an admin section for a client to upload podcasts and video to > his site. I've always used plain old cffile for this sort of thing, but > his files are a bit on the hefty side compared to what I've usually used > cffile for. > > Could performance be improved by used cfftp along with cffile, or is > there really not much of a difference? Or is there a better ?best > practice" way for large files I'm not looking at yet? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320504 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

