Re: cfthread with a cffile upload

2008-06-10 Thread George Abraham
Chad, As an aside, we went down many routes for large file uploads. HTTP is simply not built for that. We finally went with an embedded FTP Java client that simplified our lives a great deal. For reference, we went with this one: http://www.utechsoft.com/products/uupload/webdemo/cart/ HTH, George

Re: cfthread with a cffile upload

2008-06-07 Thread s. isaac dealey
Oh nevermind me... I just read the original post. :) -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 617.365.5732 http://onTap.riaforge.org/blog ~| Adobe® ColdFusion® 8 software 8 is the most importan

Re: cfthread with a cffile upload

2008-06-07 Thread s. isaac dealey
> You can't do it with coldfusion or any other method using an HTTP > call. File Uploads are handled by the web server as HTTP POST > arguments. So pretty much all languages, asp, php, cf, jsp, servlets, > etc.. none of them start doing anything with the file until it has > been completely receive

RE: cfthread with a cffile upload

2008-06-07 Thread Dave Watts
> Any way to upload it without loading it > into memory? I know the flash form file > upload will do it, but I'm working with > some code that is unable to do that. > Trying to find a way to upload big files > faster. No, not if you process it with CFFILE. And in any case, it won't upload an

Re: cfthread with a cffile upload

2008-06-07 Thread Rick Root
You can't do it with coldfusion or any other method using an HTTP call. File Uploads are handled by the web server as HTTP POST arguments. So pretty much all languages, asp, php, cf, jsp, servlets, etc.. none of them start doing anything with the file until it has been completely received. Now, i

Re: cfthread with a cffile upload

2008-06-06 Thread Chad Baloga
Any way to upload it without loading it into memory? I know the flash form file upload will do it, but I'm working with some code that is unable to do that. Trying to find a way to upload big files faster. ~| Adobe® ColdFusio

RE: cfthread with a cffile upload

2008-06-06 Thread Dave Watts
> Does anyone know how to do a cffile > upload using cfthread? It doesn't seem > to be working for me. I don't think you can. The uploaded file has already been received by your program before it starts. Dave Watts, CTO, Fig Leaf Software

cfthread with a cffile upload

2008-06-06 Thread Chad Baloga
Does anyone know how to do a cffile upload using cfthread? It doesn't seem to be working for me. Thanks ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.double