Php and Apache server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cyrus
Forum Newbie
Posts: 1
Joined: Wed Sep 03, 2003 9:09 am

Php and Apache server

Post by cyrus »

Is there any file size limite with php for sending a file from client side to Apache server ? OR what is the maximum file size than can be send, with php, from a client side to a Apache server ?
User avatar
liljester
Forum Contributor
Posts: 400
Joined: Tue May 20, 2003 4:49 pm

Post by liljester »

yes. 2mb default (i think). check out the php.ini file to change the sizes that php allows to post.
Post Reply