copy()不适用于Aviary照片编辑器

时间:2013-06-29 13:24:44

标签: php image copy

我正在使用 Avairy Editor 来编辑照片。编辑后我想将该图像复制到我的文件夹,但它没有复制。

这是我使用复制功能

的代码
copy("http://featherfiles.aviary.com/2013-06-29/c-4n02w430qUbilqgQgRJw/23df66d714074321bb256a6e9ab4bf27.jpg","/home/content/04/8643604/html/iguanapaint/wp-content/uploads/2013/06/23df66d714074321bb256a6e9ab4bf27.jpg")

我还尝试了 file_get_contents

file_put_contents("/home/content/04/8643604/html/iguanapaint/wp-content/uploads/2013/06/23df66d714074321bb256a6e9ab4bf27.jpg",file_get_contents("http://featherfiles.aviary.com/2013-06-29/c-4n02w430qUbilqgQgRJw/23df66d714074321bb256a6e9ab4bf27.jpg"));

目录权限很好,因为当我复制文件而不在Aviary上编辑它时,很容易复制。

请帮忙。感谢!!!

1 个答案:

答案 0 :(得分:0)

尝试在.htaccess

中添加此内容
php_value allow_url_fopen On

但请记住,并非所有主机都允许这样做。如果它不起作用,您必须联系您的主机并要求他们为您启用它。