Hi,<p>Few months ago I've encountered the issue with Zendesk online customer support service that they are not allowing receiving files and attachments larger than 10 megabytes. Gmail is also limited to 25 mb per attachments. So along with a developer I've made this small web app prototype that works like this:<p>- user signs up and configures a branded "inbox" page by uploading a logo, setting colors, customizing mesages. Here is the live example for Cats Photo Company<p>- user shares the link to the "file inbox" to her clients inviting them to send files through this form<p>- clients then can send common files and super large files (like 6 gb or more per file) through this page. The page resumes if connection is lost, also uses multithreaded uploads to speed up the process.<p>- Once files are submitted, notification about new "ticket" is sent to the user and user may then download files submitted by a client<p>- (not yet working) tickets are synced to Zendesk and similar customer support services if any<p>Screenshot of the branded page customized by a user: <a href="https://imgur.com/K28fhwt" rel="nofollow">https://imgur.com/K28fhwt</a><p>Screenshot of the view of submitted files ticket: <a href="https://imgur.com/JEgVgeX" rel="nofollow">https://imgur.com/JEgVgeX</a><p>Prototype online (for testing only): <a href="https://file-inbox.herokuapp.com/" rel="nofollow">https://file-inbox.herokuapp.com/</a><p>What do you think? Would you pay $19/month for such a service? Any comments or suggestions are appreciated, thank you in advance!