# 如何查找任何缺失的图片？

**URL:** <https://meta.discourse.org/t/how-to-find-any-missing-images/115672>\
**Category:** Support\
**Created:** [2019年四月23日 03:52 UTC](https://meta.discourse.org/t/how-to-find-any-missing-images/115672 "2019-04-23T03:52:14Z")\
**Posts on this page:** 1\
**Showing post:** 12

<div class="post-metadata">

**Author:** ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)\
**Post date:** [2019年四月30日 01:43 UTC](https://meta.discourse.org/t/how-to-find-any-missing-images/115672/12 "2019-04-30T01:43:08Z")

</div>

If you run the below command in rails console then you can get the list of missing uploads.

`PostCustomField.where(name: Post::MISSING_UPLOADS)`

---

_[View the full topic](https://meta.discourse.org/t/how-to-find-any-missing-images/115672)._
