From: SourceForge.net <no...@so...> - 2007-12-08 16:57:00
|
/mod/mailinglists item #1734125, was opened at 2007-06-09 11:24 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1734125&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support Request Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: bweber (bweber1959) Assigned to: Greg Meiste (blindman1344) Summary: Trouble uploading PDF after installing mailinglists Initial Comment: installed mailinglists module 0.5.6 using phpWebsite 0.10.2 and Documents module 2.2.10 After installing mailinglists it appears that the only way I can upload PDF files into the Documents module is to modify the mod/documents/conf/config.php file to define("JAS_DOCUMENT_TYPES", "all"); In my conditional types, it is shown as follows: define("JAS_DOCUMENT_TYPES","text/plain,text/richtext,text/html,text/css,text/xml,application/octet-stream,application/postscript,application/rtf,application/applefile,application/mac-binhex40,application/wordperfect5.1,application/pdf,application/x-stuffit,application/zip,application/msword,application/vnd.ms-excel,application/vnd.ms-powerpoint,application/xml,application/x-gzip,application/x-gunzip,application/x-zip-compressed,audio/basic,audio/mpeg,video/mpeg,video/quicktime"); When JAS_DOCUMENT_TYPES is NOT "all", I get the following error when trying to upload a PDF into Documents: "The file type binary/octet-stream uploaded was not an allowed file type." Please advise a solution. TIA. ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-12-08 10:51 Message: Logged In: YES user_id=780595 Originator: NO This may be an issue with the Documents module. By phpWebSite design, the mailinglists module won't even be active when you are within the documents module. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1734125&group_id=81360 |