I want to prevent people from trying to upload certain file types using Plupload. The documentations filters (i.e. prevent people from selecting files in the file browser) but it is still easy to get round and Plupload will allow the attempted uploading of these files:
http://www.plupload.com/documentation.php#configuration
Of course, the server then says that it doesn't want files of that type, but only after the upload has completed.
Can I get Plupload to refuse to upload files of a certain type (or only upload files of given types)?