Fixed image not uploading
-
I was having a similar problem to many people here. Did a little digging to find that the plugin JS was looking for the wrong comment form ID to apply the multipart/form-data encrypt type in order for files to upload properly. My comment form ID is: #comment-form but the plugin was looking for ID: #commentform.
Here is the fix:
Open /wp-content/plugins/comment-images/js/plugin.min.js
Change any instance of #commentform to your comment form ID
Save the file.
- The topic ‘Fixed image not uploading’ is closed to new replies.