|
Posted by zzapper on 09/30/05 20:29
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@tvis.co.uk> wrote in message
>news:mbtpj15hmo8hrdcd92eqvv2elal45ics91@4ax.com...
>> 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/
Navigation:
[Reply to this message]
|