AFAIK, The problem lies in line number 367 of frontend-application.php:
if( 'file' == $field['type'] && ! array_key_exists( "jobman-field-$id", $_FILES ) )
The "!array_key_exists( "jobman-field-$id", $_FILES ) )" part should be checked inside of the condition block.