dedecms 遠程圖片下載不到本地無法自動下載到本地這個問題在網上搜到很多解決辦法,但一直不行,最后福州印秀攝影親測試解決的方法是:修改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
這兩個都設置成On。就可以實現遠程下載圖片了。