On Jan 19, 2008 5:03 AM, Tegan Dowling <[EMAIL PROTECTED]> wrote: > Hi, all: What's the process for adding the ".pub" file format and > extension to the list of recognized and permitted file formats?
1. What you need to find is the correct MIME type for the file, so Google for it (mime type pub). One of the top results will tell you it's "application/x-mspublisher". 2. Add the following to your config.php: $UploadExts['pub'] = 'application/x-mspublisher'; eemeli _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
