doucepei5298 2016-12-14 05:27
浏览 8
已采纳

如何上传文件而没有形成一些url到codeigniter中的目录?

I set login with google in my website and google get me some url like enter image description here so i not have form then how i upload this url image to my directory?

i have no resources from any site for this issue.

  • 写回答

1条回答 默认 最新

  • douhe4608 2016-12-14 05:50
    关注

    Without using CI libaray.Lets try...

    $url = 'https://lh3.googleusercontent.com/-MzgndtILI5I/AAAAAAAAAAI/AAAAAAAAAAs/qB7MkGWroIY/photo.jpg';
    /* Extract the filename */
    $filename = substr($url, strrpos($url, '/') + 1);
    /* Save file wherever you want */
    file_put_contents('upload/'.$filename, file_get_contents($url));
    

    Also take reference from here... Saving image from PHP URL and Uploading image with url address in Codeigniter

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 路易威登官网 里边的参数逆向
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
  • ¥50 需求一个up主付费课程
  • ¥20 模型在y分布之外的数据上预测能力不好如何解决
  • ¥15 processing提取音乐节奏