WordPress Upload Media to a post issue WordPress Upload Media to a post issue wordpress wordpress

WordPress Upload Media to a post issue


See if custom post type has any files that are in UTF-8. If you change it to ANSI, that should help, if thats an issue.


I had the same issue, and found that there is a problem with my theme itself... try doing the same action using the twentyten theme. if that works, then take a look and see if there is any conflicting code in the functions.php of the theme...

if you are using a child theme can I suggest making another child theme, or using an alternative them as in my experience not all themes "like" being used as a child...


If you are trying to upload into a custom post-type, change the capability_type setting in your functions.php file to 'post' and it should fix your problem.