We have a site where users can add listings and they can optionally add images to these listings. Now we are working on a Excel
bulk lister which spits out a formatted CSV
file. However we're wondering how we can go about doing the image upload part as obviously it's not going to work if the user just enters the location of the image on their hard drive.
Is there any other method we can do what we are wanting to achieve? ...or will we need to think outside the box here?