dongzou1964 2010-04-22 09:21
浏览 35
已采纳

如何创建像pipebytes.com这样的直接上传脚本?

Has anyone an idea how pipebytes.com works ? I need to implement similar system in PHP and I do not know how to start. The only thing I know is that it is possible to implement it :). Please help!

  • 写回答

2条回答 默认 最新

  • dqo88037 2010-04-22 09:27
    关注

    Update: Pipebytes are indeed not an ordinary filesharing service because they start serving the file before it is completely uploaded. Still, the principle is the same. Their server receives the file, and serves it to the recipient. It is not p2p.

    Looks pretty straightforward to me. The "file is sent to the recipient" is slightly misleading, as far as I can see there is no real peer-to-peer process involved here. The file is stored on their server, and delivered to the recipient if they manage to enter the correct code.

    Steps:

    • File upload (manual here)
    • 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 (manual here)
    • Serving the file to the recipient (related questions here and here)
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 动力学代码报错,维度不匹配
  • ¥15 Power query添加列问题
  • ¥50 Kubernetes&Fission&Eleasticsearch
  • ¥15 有没有帮写代码做实验仿真的
  • ¥15 報錯:Person is not mapped,如何解決?
  • ¥30 vmware exsi重置后登不上
  • ¥15 c++头文件不能识别CDialog
  • ¥15 Excel发现不可读取的内容
  • ¥15 关于#stm32#的问题:CANOpen的PDO同步传输问题
  • ¥20 yolov5自定义Prune报错,如何解决?