传输任何大小的文件,而无需使用php上传到第三方服务器

时间:2013-11-14 10:34:59

标签: php

我在互联网上搜索了从一个地方到另一个地方的文件传输,发现我们需要上传文件,然后与朋友分享链接。然后我的朋友可以使用该链接下载文件。

我想传输任何大小的文件,而无需使用php为我的项目上传到第三方服务器。

我在互联网上谷歌发现www.pipebytes.com

它使用什么样的机制? 用php语言可以吗?

这样我们就不必将任何数据上传到任何服务器。

谢谢!

1 个答案:

答案 0 :(得分:0)

“文件发送给收件人”有点误导,据我所知,这里没有真正的点对点流程。该文件存储在其服务器上,如果他们设法输入正确的代码,则将其传递给收件人。

步骤:

File upload
Storing the file somewhere in the filesystem
Storing the code specified by the user somewhere, e.g. a database
Sending an E-Mail to the recipient
Serving the file to the recipient