Title: Image Upload Problem
Last modified: August 30, 2016

---

# Image Upload Problem

 *  Resolved [Vimal Darji](https://wordpress.org/support/users/vimal-darji/)
 * (@vimal-darji)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/image-upload-problem-40/)
 * Hello
 * I have Edit Category (taxonomy) and new Images Upload old Images autometic remove.
   Please give me Solution.
 * [https://wordpress.org/plugins/multiupload-in-custom-taxonomy/](https://wordpress.org/plugins/multiupload-in-custom-taxonomy/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/image-upload-problem-40/#post-6464158)
 * Hello Vimal Darji,
 * The plugin is working fine at our end. It will not remove the previously uploaded
   image untill you press remove button. Please share screenshot for you query.
 * Thanks & Regards,
    August Infotech
 *  [Augusto](https://wordpress.org/support/users/guto182/)
 * (@guto182)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-upload-problem-40/#post-6464236)
 * Hello August Infotech.
 * Vimal Darji is right!
    Sometimes, when users are editing the taxonomy, after 
   they save the plugin is removing some images already loaded. It is related to
   the variable totalItems that is declared as 0 everytime an user edit the taxonomy.
   I did some improvements in my code and sent an email to you reporting the bug.
 * Vimal Darji,
    put those lines:
 * $total = (count($$image_ids)-1);
    $JS = “<script>totalItems=”.$total.”;var plugin_dir
   = ‘”.get_bloginfo(‘template_url’).”‘;”; $JS .=”</script>”; echo $JS;
 * after the following line in “edit_image_taxonomy” function:
 * $$image_ids = get_metadata(‘taxonomy’, $$term_id, $value.’_image’, true) ;
 * This function is located in line 153 of class-multiupload-in-taxonomy-admin.php
   file.
 * I hope this helps.
    Augusto [http://www.augustopereira.com.br](http://www.augustopereira.com.br)
 *  Thread Starter [Vimal Darji](https://wordpress.org/support/users/vimal-darji/)
 * (@vimal-darji)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-upload-problem-40/#post-6464239)
 * Thank you so much Augusto.
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-upload-problem-40/#post-6464244)
 * Hello guto182,
 * Thank you for sending mail.
 * Thanks & Regards,
    August Infotech
 *  Plugin Author [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * (@augustinfotech)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/image-upload-problem-40/#post-6464245)
 * Hello Vimal Darji,
 * Thanks for your patience and support. As your problem has been resolved so we
   will mark this topic as resolved.
 * If you need further any help please feel free to contact us.
 * Thanks & Regards,
    August Infotech

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Image Upload Problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multiupload-in-custom-taxonomy_9aa2ab.
   svg)
 * [Multiupload In Custom Taxonomy](https://wordpress.org/plugins/multiupload-in-custom-taxonomy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/multiupload-in-custom-taxonomy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/multiupload-in-custom-taxonomy/)
 * [Active Topics](https://wordpress.org/support/plugin/multiupload-in-custom-taxonomy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multiupload-in-custom-taxonomy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multiupload-in-custom-taxonomy/reviews/)

## Tags

 * [taxonomy](https://wordpress.org/support/topic-tag/taxonomy/)

 * 5 replies
 * 3 participants
 * Last reply from: [August Infotech](https://wordpress.org/support/users/augustinfotech/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/image-upload-problem-40/#post-6464245)
 * Status: resolved