Captain's Universe Home
Captain's Universe Home
Cosmic Ray Muon DetectorTeleGarden Pages
Time on MarsBryophyllum Plants
Jupiter Radio AstronomyAncient Pages
Salzburg Tourist GuideEarth Magnetometer
  H O M E     AJAX & MORE     LINUX & MORE     RTAI     XENOMAI     ADEOS IPIPE      
    JAVA & BROWSERS     *NIX     ELECTRONICS     REVIEWS     ARTEMIA     FAIRY SHRIMP      


PHP - Maximum allowed size for uploaded files - Maximum size of POST data

In order to upload large files to your server with PHP, you need to change 2 parameters in php.ini

; Maximum allowed size for uploaded files.
upload_max_filesize = 50M

; Maximum size of POST data that PHP will accept.
post_max_size = 50M




The first setting changes the maximum file size for uploads. This is a pretty obvious setting.
The second setting changes the maximum POST request size. Since you post your files to the server, this must be changed too in order to allow uploads for big files.

Last-Modified: Sat, 04 Feb 2006 16:03:03 GMT

Google
 
Web www.captain.at
go to top
© 1996-2010 . All rights reserved.
No reproduction, distribution, publishing or transmission of the copyrighted materials at this site is permitted. Policy
go to top