There is a limit in the php.ini saying how big a upload can be.
Also I beleive there might be a limit in apache, but I'm not sure.

But uploading 100mb files over HTTP is a very dodgy thing to be doing, if
anything goes wrong the user has to start again. Downloading 100mb is no
problem, but uploading I would advise you to use FTP or SCP. If you have
problems with them uploading in the wrong place, well how about you have PHP
Script that tells them how to upload, and exactly where to place it,
something as simple as saying upload to ftp://blah.com/yourName/

Hope this helps
Andrew
----- Original Message -----
From: "Jimmy Brake" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 27, 2002 6:30 PM
Subject: [PHP] uploading + downloading Large files ...


> Hi!
>
> My users need to upload and download large files (100 + megs). Right now
> I only allow 100k to be uploaded. Will I need to do anything to
> php/apache to make sure things continue to be reliable?
>
> My google search only found threads with bad endings and they had much
> smaller files. Should i just make em use ftp or scp? The problem with
> using one of those protocols is that it makes it difficult for the users
> to link the files to the proper account/relation/incident and anything
> that is a problem for users is usually a problem for me.
>
> Thanks!
>
> Jimmy
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to