Re: upload_max_filesize

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



check MAX_FILE_SIZE attribute of file tag.

Also does your webserver impose any file upload limit?

Thanks
Richard


On 1/25/06, Daniel Lahey <drlahey@xxxxxxxxxxx> wrote:
>
> A client has started experiencing problems with uploading files
> larger than the default 2M set in php.ini.  The problem only started
> occurring a few weeks or so ago, and I cannot figure out how to get
> around it.  I have a php.ini file in the /public_html folder that reads:
>
> post_max_size 8388608
> upload_max_filesize 8388608
>
> I've also tried peppering the code with calls to ini_set
> ('upload_max_filesize', '8388608');   In desparation, I've also tried
> a .htaccess file that reads:
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux