Botturn PHP Programing

All About PHP, Tutorials, Scripts, Video Lessons, Forum, Downloads

PHP TUTORIAL - Send a file to the server

Posted by admin On April - 20-2009

PHP supports many features, so its great success among developers seeking ease of programming, support databases,
regardless of the running operating system and hardware, among others.
Among the features of PHP is support for sending files to the server through an HTML form. Any kind of [...]

Both are policies that determine the maximum size of files that are uploaded to the server via PHP script, but if a file is sent using the POST method and the policies are with these values:

post_max_size = 8M
upload_max_filesize = 12M

The file to be sent to the server could not be more than 8Mb (eight [...]