Home  >  Article  >  Backend Development  >  上传文件绕过自个儿的服务器直接到云存储上,现在能实现么

上传文件绕过自个儿的服务器直接到云存储上,现在能实现么

WBOY
WBOYOriginal
2016-06-13 12:15:45755browse

上传文件绕过自己的服务器直接到云存储上,现在能实现么?
上传文件绕过自己的服务器直接到云存储上,现在能实现么?
------解决思路----------------------
不可能,上传文件的数据是打包在 http 数据包中的,而 php 程序要在 http 数据包解包之后才开始执行
如果你是在客户端直接调用云存储客户端伤处啊文件的话,那么就和 php 没有半毛钱的关系了
------解决思路----------------------
你大慨是想说 API 吧?看看提供云存储的商家有没有提供API给你 直接调直接到那边

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn