TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Collect large files from clients

2 点作者 eumm超过 6 年前

1 comment

eumm超过 6 年前
Hi,<p>Few months ago I&#x27;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&#x27;ve made this small web app prototype that works like this:<p>- user signs up and configures a branded &quot;inbox&quot; 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 &quot;file inbox&quot; 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 &quot;ticket&quot; 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:&#x2F;&#x2F;imgur.com&#x2F;K28fhwt" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;K28fhwt</a><p>Screenshot of the view of submitted files ticket: <a href="https:&#x2F;&#x2F;imgur.com&#x2F;JEgVgeX" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;JEgVgeX</a><p>Prototype online (for testing only): <a href="https:&#x2F;&#x2F;file-inbox.herokuapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;file-inbox.herokuapp.com&#x2F;</a><p>What do you think? Would you pay $19&#x2F;month for such a service? Any comments or suggestions are appreciated, thank you in advance!
评论 #19127655 未加载