I want to give max size file =3D 4000KB when I am uploading to mySQL.
=20
I used this :
=20
=20
But it didn't work. The file that could upload only under 2048KB.
Is there anyone could help me?
=20
Thanks so much.
=20
Regards,
Anita
=20
------_=_NextPart_001_01C647DD.0D4E6055--
Re: Max Size File that can be uploaded
am 15.03.2006 04:11:32 von Chris
Nur_Adman@fmi.com wrote:
> Dear All,
>
>
>
> I want to give max size file = 4000KB when I am uploading to mySQL.
>
>
>
> I used this :
>
>
>
>
>
>
>
> 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.
-----Original Message-----
From: Chris [mailto:dmagick@gmail.com]=20
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
=20
Nur_Adman@fmi.com wrote:
> Dear All,
>=20
> =20
>=20
> I want to give max size file =3D 4000KB when I am uploading to mySQL.
>=20
> =20
>=20
> I used this :
>=20
> =20
>=20
>
>=20
> =20
>=20
> But it didn't work. The file that could upload only under 2048KB.
=20
Check a phpinfo page and look for upload_max_filesize
=20
PHP is probably limiting it to 2M.
=20
Not sure if you can change this with a htaccess file (check=20
http://www.php.net) or if it's a php.ini change only.