in reply to form-based authentication large file uploads?

My only suggestion is to not use HTTP for such large files. HTTP isn't a good protocol for throwing gigabytes of data around. I would look into something like FTP to handle this.

  • Comment on Re: form-based authentication large file uploads?

Replies are listed 'Best First'.
Re: Re: form-based authentication large file uploads?
by Plankton (Vicar) on Feb 27, 2004 at 15:59 UTC
    I can't use ftp because I have a requirment to encrypt the data while it is being transmitted (ala. SSL). I currently use SSH but this has the problem having to provide shell access.

    Plankton: 1% Evil, 99% Hot Gas.