file upload - PHP upload_max_filesize -
i've problem php file upload. in php.ini 'upload_max_filesize' set 4mb. when try upload file bigger never upload_err_ini_size error expected, page show form again without information file ($_files empty). what's problem? doing wrong? check these setting in php.ini also: post_max_size, upload_max_filesize , memory_limit in php.ini. post_max_size should greater upload_max_size. and if these not solve problem check here more details: http://www.satya-weblog.com/2007/05/php-file-upload-and-download-script.html