this is more likely a problem with the php script itself - but you should check the
error.log first - this will probably show you at least a hint on what's going wrong.
and check if you used
$_FILES and not only $_FILE which would be the wrong variable name.