PHP 中用户之间的即时文件共享
在一个相当复杂的系统上工作,用户可以直接从网站相互交换文件。然而,以下任何一种情况都是可能的:
要么
* Have another user download a file which is still being uploaded by another user ( in progress )
要么
* Make a user automaticly ( instant ) download a file from another users PC through our website
要么
* Make a user automaticly (instant) download a file from our server ( so it's directly downloaded to the users pc and the progress shown on our website of the download progress, without the normal internet explorer dialog downloading the file or firefox ).
非常感谢您,
最诚挚的问候, Webcodez.net。
更新:一个例子是 MSN 的文件共享,但随后通过网站而不是应用程序。
Working on a rather complex system in which users can directly exchange files with eachother from the website. However is any of these things possible:
EITHER
* Have another user download a file which is still being uploaded by another user ( in progress )
OR
* Make a user automaticly ( instant ) download a file from another users PC through our website
OR
* Make a user automaticly (instant) download a file from our server ( so it's directly downloaded to the users pc and the progress shown on our website of the download progress, without the normal internet explorer dialog downloading the file or firefox ).
Thank you very much in advanced,
Best Regards,
Webcodez.net.
UPDATE: an example would be MSN's file sharing but then through a website instead of application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
坏消息 - MSN 在应用程序中这样做是有原因的。鉴于用户可能位于 NAT 之后(即他们的计算机无法访问)并且您不希望网站滥用您的计算机发送垃圾邮件(即打开随机网络连接),因此网站是有限的。
所以,你有一个美好的愿望,这是不可能的,我真的很高兴它不可能。作为用户等等。
Bad news - there is a reason MSN does that in an application. Given users are likely t obe behind NAT (i.e. their computers not reachable) and tha tyou dont want a website abusing your computer to send spam (i.e. open random network connections) websites are LIMITED.
So, you have a nice wish, it is not possible and I am REALLY happy it is not possible. Being a user and so.