# Upload fails silently if it is bigger than max allowed size

**URL:** https://meta.discourse.org/t/upload-fails-silently-if-it-is-bigger-than-max-allowed-size/79888
**Category:** Bug
**Created:** [February 6, 2018, 8:05am UTC](https://meta.discourse.org/t/upload-fails-silently-if-it-is-bigger-than-max-allowed-size/79888 "2018-02-06T08:05:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![frold](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frold/32/82547_2.png) [@frold](https://meta.discourse.org/u/frold)
#### Post date: [February 6, 2018, 8:05am UTC](https://meta.discourse.org/t/upload-fails-silently-if-it-is-bigger-than-max-allowed-size/79888/1 "2018-02-06T08:05:10Z")

</div>

I have a few Questions about file upload.

1. When you upload a file too big (bigger then " max attachment size kb" / " max image size kb") - you dont get a notification about that? I just got a blank field (also on this forum)… Why not info like “file too big”

[https://studmed.dk/uploads/default/original/1X/fe02535ab41c1b6a1b2f5babee715f4afb9d4146.gif(image larger than 10 MB)](https://studmed.dk/uploads/default/original/1X/fe02535ab41c1b6a1b2f5babee715f4afb9d4146.gif)

When you upload a unsupportet file format (thats not on your “authorized extensions” list you get a warning

1. is it possible to browse and administrate file uploads from the backend? Delete files uploaded to the forum…

---

<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: [February 6, 2018, 9:45am UTC](https://meta.discourse.org/t/upload-fails-silently-if-it-is-bigger-than-max-allowed-size/79888/2 "2018-02-06T09:45:10Z")

</div>

> [@frold](#):
>
> When you upload a file too big (bigger then " max attachment size kb" / " max image size kb") - you dont get a notification about that?

Yes. I am able to reproduce. It is a bug 🐛

> [@frold](#):
>
> is it possible to browse and administrate file uploads from the backend? Delete files uploaded to the forum…

No need for that. All unused files will get deleted automatically by the scheduled job `CleanUpUploads`.

---

<div class="post-metadata">

### Author: ![Mr.White](https://avatars.discourse-cdn.com/v4/letter/m/45deac/32.png) [@Mr.White](https://meta.discourse.org/u/Mr.White)
#### Post date: [February 11, 2018, 11:14am UTC](https://meta.discourse.org/t/upload-fails-silently-if-it-is-bigger-than-max-allowed-size/79888/3 "2018-02-11T11:14:31Z")

</div>

Is there a work around?  
I have lots of high res game screenshots we want to upload…

What’s wierd is that the images show normally when editing the post but we get this error in the actual post…  
Thank you!

[Screenshot%20(57)|690x388](https://meta.discourse.org/404)

---

<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: [February 13, 2018, 9:22am UTC](https://meta.discourse.org/t/upload-fails-silently-if-it-is-bigger-than-max-allowed-size/79888/5 "2018-02-13T09:22:06Z")

</div>

@Mr.White you can add that domain to `disabled image download domains` site setting. So the images from particular domain won’t get downloaded and you won’t see the “image is larger” placeholder. Else you can either increase `max image size kb` or disable `download remote images to local` feature totally in your site setting.

* * *

> [@frold](#):
>
> When you upload a file too big (bigger then " max attachment size kb" / " max image size kb") - you dont get a notification about that? I just got a blank field (also on this forum)… Why not info like “file too big”

It is fixed now.

---

<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: [August 5, 2018, 7:13am UTC](https://meta.discourse.org/t/upload-fails-silently-if-it-is-bigger-than-max-allowed-size/79888/6 "2018-08-05T07:13:02Z")

</div>


