i have one csv file in that csv file i have user email and user image path Like(https://www.google.com/images/srpr/logo11w.png) separated by cama(,).How can i upload image into moodle database.

Re: i have one csv file in that csv file i have user email and user image path Like(https://www.google.com/images/srpr/logo11w.png) separated by cama(,).How can i upload image into moodle database.

by Colin Fraser -
Number of replies: 1
Picture of Documentation writers Picture of Testers

Well, the image is not included in the csv file, only the path to it. So it is not being loaded into Moodle, is that the issue? In which case, download the image, upload it to Moodle. There used to be some advantage in web pages for using remote images, space constraints and such, but I am not sure that it is a useful practice any more, I have not found it so in Moodle.  

In reply to Colin Fraser

Re: i have one csv file in that csv file i have user email and user image path Like(https://www.google.com/images/srpr/logo11w.png) separated by cama(,).How can i upload image into moodle database.

by Praveen Chamarthi -

Thanks For your Replay...

I will try with some customization  in mdl_user table and profile.php file code level.


Thanks 

John