Instant file sharing between users in PHP
Posted
by Skyfe
on Stack Overflow
See other posts from Stack Overflow
or by Skyfe
Published on 2010-03-19T11:12:37Z
Indexed on
2010/03/19
11:21 UTC
Read the original article
Hit count: 210
Hi there,
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.
© Stack Overflow or respective owner