-2

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

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

我在互联网上谷歌关于这个 n 发现 www.pipebytes.com

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

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

谢谢!!

4

1 回答 1

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
于 2013-11-15T11:13:57.963 回答