Index: trunk/core/kernel/utility/http_query.php =================================================================== diff -u -r2310 -r2416 --- trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 2310) +++ trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 2416) @@ -149,6 +149,7 @@ $file_keys = Array('error','name','size','tmp_name','type'); + $tmp = Array(); foreach($_FILES as $file_name => $file_info) { if( is_array($file_info['error']) ) @@ -161,6 +162,8 @@ } } + if(!$tmp) return false; + $files = $_FILES; $_FILES = Array();