Pure PHP Upload 3 Support Product Page
checkFileType function doesn't exist
Reported 9 years ago
1
has this problem
9 years ago Gary Smallridge posted:
Hi,I have this error, when I run Chrome in debugging mode:
'Paused on exception: RefeceError: checkFileType is not defined
This is the code that's been inserted around my input field:
<input name="userfilename" type="file" onchange="checkFileType();;;<?php echo $uploaduserfilename->getValidateCode() ?>" size="75" maxlength="255" />