[PHP-DB] Max Size File that can be uploaded

2006-03-14 Thread Nur_Adman
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. Is there anyone could help me? Thanks so much. Regards, Anita

Re: [PHP-DB] Max Size File that can be uploaded

2006-03-14 Thread Chris
[EMAIL PROTECTED] 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

RE: [PHP-DB] Max Size File that can be uploaded

2006-03-14 Thread Nur_Adman
Chris, Its solved my problem. Thank you so much. -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2006 12:12 PM To: Adman, Nur anita Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Max Size File that can be uploaded [EMAIL PROTECTED