anatoly techtonik wrote:
> +if (is_uploaded_file($_FILES['userfile']['tmp_name'])) {

I think this check is superfluous. $_FILES['userfile']['tmp_name']
always contain an uploaded file.

Jakub Vrana

Reply via email to