I am trying to upload java files to my WordPress blog but it does not let me upload any files with .java
extension.
I get this error:
“.javaâ has failed to upload due to an error
File type does not meet security guidelines. Try another.
How do I add .java
extension so that it allows me to upload java source code?
I am using WordPress version 3.0.4.
Use filter ‘upload_mimes‘.
I found this nice function that does the trick
you can add more file types by adding them on
"'tmbundle|tmCommand|tmDragCommand|tmSnippet|tmLanguage|tmPreferences'"
separated by a pipe (|)