I have a CSV file which I am importing using C# and the WSI service on our server.
The file contains url's for images e.g. http://www.website.com/345366.png
and http://www.website.com/125_dfg676.png
etc.
How can I store the image files from reading in the CSV col 7 and 8 of the CSV contain the image urls?