I allow my users the option to upload an image, I then retreive the file name using
$filename1 =JRequest::getVar('image1');
How can I test if the user has uploaded an image? Thanks for any help here.
$filename1 =JRequest::getVar('image1');
How can I test if the user has uploaded an image? Thanks for any help here.