> if($_FILES)
> {
> if(isset($_FILES['file_upload']) && 
> $_FILES['file_upload']['name'] !="") {
> 
> ..

> Any ideas or suggestions?
> 
> Thanks,
> Ron

Have you tried:

If (isset ($_FILES))

Is only a guess though.

HTH,

Mikey

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to