是否有用于从网络应用程序上传资源的 API/服务?
我很好奇是否存在处理文件上传并提供 UI 小部件的服务。
理想情况下,它会这样工作:
它们提供了一个可嵌入且可定制的文件上传小部件(上传进度、多个文件),具有良好的跨浏览器/设备兼容性。
上传小部件检测文件类型,并提供用于调整大小/裁剪图像、视频、标记文档等的可选 UI。
文件被上传到他们的服务(减少我的应用服务器上的负载)并存储在他们的文件系统(或他们的 S3 帐户等)中。
上传后 - 文件的 URL 将返回到我的应用程序以在本地存储。
谷歌搜索没有产生任何有希望的东西,但我觉得现在肯定有人已经建立了这个。
I'm curious if a service exists that handles file uploads and provides a UI widget.
Ideally it would work as such:
They provide an embeddable and customizable file upload widget (upload progress, multiple files) with good cross browser / device compatibility.
The upload widget detects file types and provides an optional UI for resizing / cropping images, videos, tagging documents, etc.
Files get uploaded to their service (reducing load on my app server) and get stored on their file system (or their S3 account etc).
After upload - the file's URL is returned to my app to be stored locally.
Googling hasn't produced anything promising, but I feel that someone must have built this by now.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己的问题:
http://transloadit.com
To answer my own question:
http://transloadit.com