> if($small_image_upload == "none")
> {
> // there is no image uploaded
> }
> else
> {
> // there is
> }
>
Also,
if
(is_uploaded_file($HTTP_POST_FILES['small_image_upload']['tmp_name'])){
// code for uploaded file ...
}
Regards
Mark Howells
<http://www.mark.ac/>
AIM: mhoaim