Alternate File Extensions – WordPress Download Monitor
-
I was wondering if there was a way to make the Download Monitor Plugin for WordPress allow the upload of other file types. As my site is designed around the Palm Operating System, I was looking to be able to easily upload a .PRC file.
I did find the line that says:
$my_upload->extensions = $allowed_extentions; // specify the allowed extensions hereI am just unsure how to properly modify that. I also added .prc to the list on this line:
add_option(’wp_dlm_extensions’, ‘.zip,.pdf,.prc,.mp3,.rar’, ”, ‘no’);Any suggestions would be greatly appreciated!
- The topic ‘Alternate File Extensions – WordPress Download Monitor’ is closed to new replies.