When I use a normal single file upload form; both of these statements will 
continue wether my form is empty or not, why?

if(!empty($_FILES)){
        do som checking if its a jpg.
        if not exit;

if(isset($_FILES)){

-- 
---
Børge
Kennel Arivene 
http://www.arivene.net
---

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

Reply via email to