You can get it to take more than one file type for the RANDOMIZER by adding the following in the
// DEFINE VALID EXTENSIONS AND CONTENT TYPES area...
$extList['gif'] = 'image/gif';
$extList['jpg'] = 'image/jpg';
However, the FORCED and the USER SELECTION options will only display the SINGLE filetype defined in the
// VALIDATE CURRENT IMAGE DATA, CHECK FID, CHECK PID area.
|