Support Home Page › Forums › Joomla Software › Easy File Uploader Module › Trouble with pdf not uploading › Re: Trouble with pdf not uploading
September 12, 2012 at 10:08 pm
#1874

Keymaster
@volantis. Thanks for the link. However, I don’t see the file uploader at that link.
Since you’re a coder, one of the things you can do is add the following lines to the helper.php file:
1 |
error_log($filetypes."n".$_FILES[$params->get('efu_variable')]["type"][$i]."n".$actualMIME); |
Please add that line at about line 136, just above the if statement, in the private static function isValidFileType(&$params, &$i) method.
After you do this, try to upload both an image file and a pdf file, and check your php error log, and post the result to me here. We’ll be able to figure it out at that point.