RE: [users@httpd] Large file upload problem!

2005-06-06 Thread PMilanese
Did you adjust all of your timeouts to allow for the upload? That is a lot to ask of the protocol in my opinion. You should find another way to do it. -Original Message- From: Harish Sundaram [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 10:42 AM To: Apache Forum Subject: [EMAIL

Re: [users@httpd] Large file upload problem!

2005-06-06 Thread Jean-Christophe Montigny
Hello, Apache is not meant to transfer large files. accepting 50Mb through php is already a large amount... Perhaps you should look into FTP / distributed file systems ? (ask yourself the right question, will you really upload 2GB files everyday and have it served through www ?) Harish Sun

RE: [users@httpd] Large file upload problem!

2005-06-06 Thread Wagner, Aaron
Have you checked this? http://httpd.apache.org/docs/mod/core.html#limitrequestbody Thanx Aaron N Wagner Monitoring Systems and Network Tools CCO-Command Center Operations 804.515.6298 > -Original Message- > From: Harish Sundaram [mailto:[EMAIL PROTECTED] > Sent: Monday, June 06, 2005

[users@httpd] Large file upload problem!

2005-06-06 Thread Harish Sundaram
Hi, Is there any way by which I can upload (i.e. POST) a file greater than 2GB size to my Apache Server? If yes, how? Please suggest some browser which can achieve the same. I'm using Apache 2.0.53 on HP-UX11i. Browser is MS-IE6.0 and everytime I try the same, I get the follo