Re: Replacements/alternatives for CFFILE upload?

2006-05-18 Thread Denny Valliant
> See above. :) I've just done some testing of my own - FTP transfers are > fine - approx 100 KB/sec sustained transfer rates to the server. > However, document uploads still time out. Hrm. Well, you could try doing some cfhttp "gets" of some MB+ files and see if it's just the http protocol. Ma

RE: Replacements/alternatives for CFFILE upload?

2006-05-18 Thread Dirk Sieber
> Something is wrong. I'd look at the network. Maybe setting > the latency > a little lower or higher or whatever that is could fix something. > > Really, you shouldn't have a problem, I've used cffile over a > 14.4 with > >MB files with no problems, other than slowness, as would be expected

Re: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Denny Valliant
On 5/17/06, Dirk Sieber <[EMAIL PROTECTED]> wrote: > > The issues that we're having is with transfers either taking an insanely > long time, or just timing out, and never completing. It seems to just > be a size issue - as soon as we're talking about a MB or 2, odds of > completion go *way* down.

RE: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Dirk Sieber
> -Original Message- > From: Rick Root [mailto:[EMAIL PROTECTED] > Sent: May 17, 2006 12:36 PM > To: CF-Talk > Subject: Re: Replacements/alternatives for CFFILE upload? > > Dirk Sieber wrote: > > > > Can anyone out there recommend a good alternative? &g

Re: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Larry Lyons
>Brad Wood wrote: >> Asfusion.com had a sweet flash file upload to use in flash forms with a >> progress bar and everything. >> >> Don't know if it satisfies your need or not though... > >That looks pretty sweet but probably doesn't satisfy his needs cuz it >still uses cffile on the backend. It'

RE: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Andy Matthews
I'm wondering if that can be used in conjunction with a plain HTML form? -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 2:58 PM To: CF-Talk Subject: Re: Replacements/alternatives for CFFILE upload? Brad Wood wrote: > Asfusion.com had

Re: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Rick Root
Brad Wood wrote: > Asfusion.com had a sweet flash file upload to use in flash forms with a > progress bar and everything. > > Don't know if it satisfies your need or not though... That looks pretty sweet but probably doesn't satisfy his needs cuz it still uses cffile on the backend. It's still

RE: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Brad Wood
EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 2:36 PM To: CF-Talk Subject: Re: Replacements/alternatives for CFFILE upload? Dirk Sieber wrote: > > Can anyone out there recommend a good alternative? ~| Me

Re: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Rick Root
Dirk Sieber wrote: > > Can anyone out there recommend a good alternative? FTP? =) I've never had problems with cffile. And since CFFILE *IS* java (as all coldfusion is), using java calls to handle file uploads probably wouldn't make a difference. An alternative would be to develop some kind

RE: Replacements/alternatives for CFFILE upload?

2006-05-17 Thread Munson, Jacob
How about uploading them to a local directory (on the web server), and then build a batch script that checks that directory periodically and moves any files to the correct location? Also, you could set the timeout for your upload page to a higher amount, using cfsetting. > -Original Message--