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 <[EMAIL PROTECTED]> 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:
>

Reply via email to