# Upfront File upload size limit alert - Specially for mobile users

**URL:** https://meta.discourse.org/t/upfront-file-upload-size-limit-alert-specially-for-mobile-users/52959
**Category:** UX
**Created:** [2016年十一月16日 11:52 UTC](https://meta.discourse.org/t/upfront-file-upload-size-limit-alert-specially-for-mobile-users/52959 "2016-11-16T11:52:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ewanly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ewanly/32/62854_2.png) [@ewanly](https://meta.discourse.org/u/ewanly)
#### Post date: [2016年十一月16日 11:52 UTC](https://meta.discourse.org/t/upfront-file-upload-size-limit-alert-specially-for-mobile-users/52959/1 "2016-11-16T11:52:56Z")

</div>

When I was trying the mobile UX, at the file upload, after waited a long time to complete the upload, I’ve got the Alert saying that my file size was large.

It would be nice if we are able to control the files size and alert before starting the upload. It would save time and resources and give better UX. Specially for mobile users but not limited to!

---

<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: [2016年十一月16日 12:58 UTC](https://meta.discourse.org/t/upfront-file-upload-size-limit-alert-specially-for-mobile-users/52959/2 "2016-11-16T12:58:38Z")

</div>

Not possible through browser to my knowledge. Literally impossible.

---

<div class="post-metadata">

### Author: ![ewanly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ewanly/32/62854_2.png) [@ewanly](https://meta.discourse.org/u/ewanly)
#### Post date: [2016年十一月16日 13:40 UTC](https://meta.discourse.org/t/upfront-file-upload-size-limit-alert-specially-for-mobile-users/52959/3 "2016-11-16T13:40:50Z")

</div>

I understand ☹  
💡May be a small text next to upload link could help like “`Max 3.07mb`” for mobile,  
and “`Max. File Size 3.07 MB`” for Desktop file upload modal.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [2016年十一月16日 13:41 UTC](https://meta.discourse.org/t/upfront-file-upload-size-limit-alert-specially-for-mobile-users/52959/4 "2016-11-16T13:41:03Z")

</div>

We unfortunately can’t do that because we automatically try to downsize images until they meet the size requirements or we spent too much time on the server trying to… Since there is no way to know the size of an image after downsizing before actually doing it, the client has to wait for the upload to finish and the server to spend time trying to downsize the image.

The only way we can fix that would be to do the downsizing operation on the mobile before uploading the image. This is on my list but near the bottom at the moment.

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2016年十一月16日 15:30 UTC](https://meta.discourse.org/t/upfront-file-upload-size-limit-alert-specially-for-mobile-users/52959/5 "2016-11-16T15:30:00Z")

</div>

> [@zogstrip](#):
>
> The only way we can fix that would be to do the downsizing operation on the mobile before uploading the image. This is on my list but near the bottom at the moment.

This would be quite fab. Enough that I’d be willing to contribute 💸 to help make it happen. Relates to an earlier post of mine from this summer about problems facing many of my community members.

> [@On slow connection, often pictures are not uploaded and "Uploading..." link remains in the post](https://meta.discourse.org/t/on-slow-connection-often-pictures-are-not-uploaded-and-uploading-link-remains-in-the-post/51844):
>
> We’re introducing a group of people in East Africa to our discourse as part of a [learning exchange](https://community.namati.org/t/learning-exchange-in-kenya-with-namati-community-land-protection-clp-program-october-2016/25594?u=tobiaseigen), and I have to say discourse has been holding up well! Even on slow 2g connections I am able to keep up on discourse and manage topics and users etc. I’m even doing an upgrade right now. rocket One area where we seem to have trouble, however, is with uploading pictures. Some participants have been trying to upload one or more pictures at a time and the composer then takes a long time to upload t…
