Re: Trouble with pdf not uploading

Home \ forums/reply \ Re: Trouble with pdf not uploading
#1874
Michael Gilkes
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:

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.