Hi fvilawp,
This issue is fixed in the current release
thanks Sinash, I’ll try it out
Well I updated and the problem seems to persist. If I ask for too many files, I get an empty page with a 0. When the files do upload I get a json text, for example:
{“files”:[{“name”:”P1040305 (10).JPG”,”size”:4222126,”type”:”image\/jpeg”,”url”:”http:\/\/127.0.0.1\/wordpress\/wp-content\/uploads\/files\/2\/P1040305%20%2810%29.JPG”,”thumbnailUrl”:”http:\/\/127.0.0.1\/wordpress\/wp-content\/uploads\/files\/2\/thumbnail\/P1040305%20%2810%29.JPG”,”deleteUrl”:”http:\/\/127.0.0.1\/wordpress\/wp-admin\/admin-ajax.php?file=P1040305%20%2810%29.JPG”,”deleteType”:”DELETE”},{“name”:”P1040311 (10).JPG”,”size”:3720115,”type”:”image\/jpeg”,”url”:”http:\/\/127.0.0.1\/wordpress\/wp-content\/uploads\/files\/2\/P1040311%20%2810%29.JPG”,”thumbnailUrl”:”http:\/\/127.0.0.1\/wordpress\/wp-content\/uploads\/files\/2\/thumbnail\/P1040311%20%2810%29.JPG”,”deleteUrl”:”http:\/\/127.0.0.1\/wordpress\/wp-admin\/admin-ajax.php?file=P1040311%20%2810%29.JPG”,”deleteType”:”DELETE”}]}
(added to the above)
The 0 is in the admin edit post page, the json text is in the view page
Can you please check the browser console for any JavaScript error. Seems like there is some conflicts with the theme or the plugins you are using. Can you switch to the default twentyfourteen theme and test it out?
Tried with 2014 theme, yes it works!
However the images don’t seem to be attached to the post: when I edit the post > Add media > Media attached to this post, the list is empty. Is that the expected behavior?
Currently the images are not attached to the post and its only available to see at the admin section under plugin settings. Will be rolling out a new version soon which will be having the capability to be attached to the post