We had a very tough time with uploading large files using ColdFusion.  
It is probably better now in CF8.  But it used to always choke after 
100MB or so. 

One reason for NOT using CF to do this is that is each upload is going 
to tie up one of your CF threads for who knows how long, it could be 
quite a while depending on the client's upstream bandwidth.

We wrote a little perl script to accept the uploaded file, which then 
afterwards did an http call to a .cfm page to tell it to process it.

-Ryan

Che Vilnonis wrote:
> I have a client that needs to be able to upload large files via a form on
> his website. The uploaded files will be used to print large banners
> graphics. Many files will be 100-200 mb in size.
>
> - Is this something that can be done with CF? How much will a 100-200 mb
> file "choke" the server?
> - 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.
>
> Thanks, Che
>   



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:318332
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to