Just installed it. This plugin is supposed to let me upload any type of file and just show whichever icon I choose correct?
I've tried a bunch of different file types and it keeps saying "ONLY SUPPORTED FILETYPES ALLOWED!" in the jQuery file chooser.
Any help will be appreciated !
There is a problem with the options handling that will be fixed in tonight's build. But adding just one extension should work. Also look at the list of file suffixes at the head of the upload page. That should include your new types.
I just have to ask in case. You did install the complete BETA nightly and not just the plugin?
Ok... I found out why it isn't working, hopefully it makes sense to you guys.
First I tried adding the CR2 without the dot and hitting enter, then save. This doesn't "seem" to work, but when I checked the database I noticed it was being added with a value of 0.
AnyFile_file_list_CR2 0 NULL NULL
I changed it to 1 in the database and it shows on the list and it lets me upload CR2 files.
AnyFile_file_list_CR2 1 NULL NULL
Hopefully this helps `