Re: Max Size File that can be uploaded

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

 



Nur_Adman@xxxxxxx wrote:
Dear All,

I want to give max size file = 4000KB when I am uploading to mySQL.

I used this :

<INPUT type="hidden" name="MAX_FILE_SIZE" value="4000">

But it didn't work. The file that could upload only under 2048KB.

Check a phpinfo page and look for upload_max_filesize

PHP is probably limiting it to 2M.

Not sure if you can change this with a htaccess file (check http://www.php.net) or if it's a php.ini change only.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux