if you don't have access to php.ini then use ini_set("upload_max_filesize","10M").
At 06:29 p.m. 30/09/2005 +0100, zzapper wrote:
On Fri, 30 Sep 2005 08:42:28 -0400, wrote: >Well, I would like to at least be able to upload a 10mb - 15mb file. I >don't need it to upload files that are HUGE, just a reasonable size. > > >"zzapper" <david@xxxxxxxxxx> wrote in message >news:mbtpj15hmo8hrdcd92eqvv2elal45ics91@xxxxxxxxxx >> On Fri, 30 Sep 2005 01:19:01 -0400, wrote: >> >>>Hello everyone. I'm basically building a PHP FTP client app. This app >>>connects to an FTP server and allows the user to edit/delete >>>files/permissions, etc. I've gotten to the point where I have started to >>>create a file upload feature. The problem I have is that PHP only allows >>>a >>>2mb maximum file upload, while normal FTP allows a much larger file to be >>>uploaded. >> In php,ini ; Maximum allowed size for uploaded files. upload_max_filesize = 2M -- zzapper Success for Techies and Vim,Zsh tips http://SuccessTheory.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php