# Blob.jpg? Change? Remove?

**URL:** https://meta.discourse.org/t/blob-jpg-change-remove/56630
**Category:** UX
**Created:** [January 31, 2017, 1:11am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630 "2017-01-31T01:11:17Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![crash7800](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/crash7800/32/121272_2.png) [@crash7800](https://meta.discourse.org/u/crash7800)
#### Post date: [January 31, 2017, 1:11am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630/1 "2017-01-31T01:11:17Z")

</div>

I recently noticed that when posting an image and changing the display resolution that the image displays with “blob.jpg” on mouse-over.

Is this something that I can change? Blob.jpg is _not_ something that is flattering for people who are in images.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [January 31, 2017, 2:50am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630/2 "2017-01-31T02:50:55Z")

</div>

I looked into this once and I believe this is hard coded into the libraries that handle paste uploads. Can we change this @tgxworld?

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [February 1, 2017, 3:15am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630/3 "2017-02-01T03:15:30Z")

</div>

Looks like we’re hardcoding it because we [can’t determine the filename](https://bugs.chromium.org/p/chromium/issues/detail?id=361145) for a pasted image.

Does a generic “image.png” sound better?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [February 1, 2017, 3:29am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630/4 "2017-02-01T03:29:39Z")

</div>

Yes definitely. That would be better.

---

<div class="post-metadata">

### Author: ![tgxworld](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tgxworld/32/106117_2.png) [@tgxworld](https://meta.discourse.org/u/tgxworld)
#### Post date: [February 1, 2017, 6:47am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630/5 "2017-02-01T06:47:10Z")

</div>

Ok done in

[https://github.com/discourse/discourse/commit/6c8c91dca4ac3135bcc8c9520cfde7f55b930e89](https://github.com/discourse/discourse/commit/6c8c91dca4ac3135bcc8c9520cfde7f55b930e89)

---

<div class="post-metadata">

### Author: ![crash7800](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/crash7800/32/121272_2.png) [@crash7800](https://meta.discourse.org/u/crash7800)
#### Post date: [February 1, 2017, 7:34am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630/6 "2017-02-01T07:34:03Z")

</div>

Awesome! Thanks guys 😃

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [February 1, 2017, 7:44am UTC](https://meta.discourse.org/t/blob-jpg-change-remove/56630/7 "2017-02-01T07:44:41Z")

</div>


