--- docman.php 2002/07/29 14:17:05 1.32 +++ docman.php 2002/09/06 17:34:06 1.33 @@ -1701,7 +1701,7 @@ $source = $FN_name ; if (! file_exists($source)) { - Error("You must select file with browse to upload it!"); + Error("You must select file with browse to upload it!","If file is too big, you might need to modify php configuration options post_max_size and upload_max_filesize",1); } if (HTTP_POST_VAR("FILENAME")) check_filename($FILENAME);