Home > Backend Development > PHP Tutorial > 移动文件,该如何解决

移动文件,该如何解决

WBOY
Release: 2016-06-13 10:15:42
Original
837 people have browsed it

移动文件
move_uploaded_file这个函数能跨服务器移动图片吗 单张的 如果不能应该怎么移动  


------解决方案--------------------
不可以,只能同一台服务器
------解决方案--------------------
不可以,不过你可以通过copy将一个服务器的copy到另一个服务器
------解决方案--------------------
传统选项 ftp.
------解决方案--------------------
一切皆有可能
------解决方案--------------------
例如:copy('http://avatar.profile.csdn.net/F/5/C/2_xingkongwulu.jpg', $file);这样
------解决方案--------------------
虽然一切皆有可能不过你用这个函数不可能

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template