php做服务器,接受客户端上传的文件,服务器是怎么接收的
我们用C++在本地写的客户端,然后想用PHP在服务器端写个程序把这个文件接受存储,是不是在服务器要写个监听程序,还是要怎么来把他们链接起来实现数据传输
php 服务器 ------解决方案--------------------用 post 方式加 multipart/form-data 头
php 会自动识别上传的文件
如果用 put 方式,则需在 平衡品端从 php://input 资源读取文件内容
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