PHP File uploading?

PHP File uploading?

Posted by: xtreem
Posted on: 2006-10-08 09:58:00

http://www.xlivegamingx.net/test/form.php

that is my script, but when I goto upload a file over 15MB, it never lets me

-xtreem

Re: PHP File uploading?

Posted by: scjessey
Posted on: 2006-10-09 05:27:00

In reply to:

when I goto upload a file over 15MB, it never lets me


There is a limit (used to be 7Mb, but might now be 10Mb) to the size of a file that can be uploaded with PHP. You can increase this limit by modifying your PHP.ini file or installing your own version of PHP. The same limit exists when using the web FTP client to upload files (because it uses PHP).

Re: PHP File uploading?

Posted by: pangea33
Posted on: 2006-10-09 20:48:00

Does your application have a specific reason for requiring a web interface for uploading? There are no similar size limitations when using ftp.

Plus you can set it up so that files can either be uploaded to web accessible directories, or write php files that then move them on the servers via ftp and get triggered through a web interface.

http://benconley.net
http://teamshocker.com

Tags: php fileform phpgotouploadhttp