open(OUTPUT,">>$outputFile"); #### $CGI::DISABLE_UPLOADS = 0; # Temporarily reenable up #### if ( $stats[7] > MAX_FILE_SIZE || %errors ) { $errors{'file_size'} = ["","","Your submitted file's size is over 3MB."]; #### if( $file_type =~ /octet-stream/ ) { $errors{ 'file_type' } = ["","","Unrecognize your submitted resume file format."]; goto Print; }