dedecms 遠(yuǎn)程圖片下載不到本地?zé)o法自動(dòng)下載到本地這個(gè)問(wèn)題在網(wǎng)上搜到很多解決辦法,但一直不行,最后福州印秀攝影親測(cè)試解決的方法是:修改C盤下的php.ini文件。
Whether to allow the treatment of URLs (like http:// or ftp://) as files.
allow_url_fopen = On
Whether to allow include/require to open URLs (like http:// or ftp://) as files.
allow_url_include = On
這兩個(gè)都設(shè)置成On。就可以實(shí)現(xiàn)遠(yuǎn)程下載圖片了。