From: "Randal L. Schwartz" <mer...@stonehenge.com>
"Octavian" == Octavian Râşniţă <orasn...@gmail.com> writes:

Octavian> I was recommended that I shouldn't upload such big files using HTTP, Octavian> but it would be an easier solution if it would be possible, and I Octavian> would like to be able to use HTTP for uploading files up to 2 GB.

Apache (rightfully) barfs long before that. Why do you think that you want to use HTTP for 2GB uploads, especially since you're trying to get the browser
out of the picture?

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095

I don't want to get the browsers out of the picture. I would like to be able to simply upload a big file using a form with a "file" field using a common browser, but I have seen that this seems impossible, and I thought that the browsers are the cause, so I try to find another HTTP-based solution.

But if you say that Apache is the one that cause the problem, can I change some settings in order to make it able to handle big file uploads?
(Or it has a hard-coded limitation?)

Thanks.

Octavian


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to