RE: Frustrating File Upload Error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux