【发布时间】:2015-09-11 10:04:23
【问题描述】:
是否可以在移动友好的网站上创建一个文件上传系统,以便在连接到互联网时从移动设备上传文件?
假设一个场景:用户 X 想在网站上上传 3 张图片。 X在外面,打开这个手机上的网站,选择他要上传的图片。当他即将开始上传或刚刚开始上传时,他失去了互联网连接。 X 然后锁定他的手机,去某个有互联网的地方,文件上传继续并完成。有没有办法实现类似的东西?
这类似于Is there a browser file upload solution that can survive connection interruptions? 但答案已经超过两年了。这个问题也没有讲到手机,但是不知道跟文件上传有没有关系。
抱歉英语和语法不好
问候
【问题讨论】:
-
几个链接可以帮助您入门:Continue uploading process in background IOS 和 Is it possible to run Safari in the background on the iPhone and monitor a user's location?。这仅适用于 iOS 和 Safari,您还需要查看其他移动操作系统。可能,您将需要一个应用程序来完成您想要的(因为您可以控制后台活动)
标签: php jquery html mobile file-upload