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 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分
  • ¥15 delphi webbrowser组件网页下拉菜单自动选择问题
  • ¥15 linux驱动,linux应用,多线程