Max Size File that can be uploaded

Max Size File that can be uploaded

am 15.03.2006 04:03:35 von Nur_Adman

------_=_NextPart_001_01C647DD.0D4E6055
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Dear All,

=20

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.

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

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

RE: Max Size File that can be uploaded

am 15.03.2006 04:57:06 von Nur_Adman

------_=_NextPart_001_01C647E4.87513325
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Chris,

=20

Its solved my problem. Thank you so much.

=20

=20

=20

-----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.

=20

--=20

Postgresql & php tutorials

http://www.designmagick.com/


------_=_NextPart_001_01C647E4.87513325--