> - Is this something that can be done with CF? Yes.
> How much will a 100-200 mb file "choke" the server? Well, CF has a fixed number of threads for processing requests, and uploading a file will tie up one thread for the duration of the upload. So, this will depend on a couple of things: the speed of uploads, and the number of threads you can safely allocate for doing this. > - If CF is not the best option (please tell me why), does anyone know of a > third party application/service that can be used in conjunction with CF? > > My guess is that I don't want to use CF to do this. I figured someone with > experience doing this will read this and be able to recommend a proper > course of action. You might consider using WebDAV for file uploading. This lets the web server handle it. I don't think you would be able to just build an HTML form interface for this, though. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:318334 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

