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.
Thank you for your answer Bob. Are uploaded files parked in their new directories by the time I test for their existence in "onsubmit"?
This topic is locked and no more replies can be posted.