上传前使用 Flash 或 HTML5/JS 或 Java 压缩文件
使用在浏览器中运行的不显眼的技术(HTML5、Flash、Java Applet),是否可以在上传到服务器之前处理文件压缩?
我正在构建的软件将被大量慢速连接和不懂计算机的用户消耗,并且规避应用程序安装对他们来说非常有益。
Using an unobtrusive technology (HTML5, Flash, Java Applet) which runs in the browser, is it possible to handle compressing of files before being uploaded to the server?
I'm building software which will be consumed by a lot of slow connections and by non-computer-savvy users and circumventing an application install would be very beneficial for them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以按照文档使用
flash.utils.ByteArray.compress();
此处You can use
flash.utils.ByteArray.compress();
as documented here