I am successfully using the call below to use ExternalPictureURL to get an image from my website onto EPS
Works fine BUT I am having to specify a second parameter on the call "d:\\ dummy.txt" to get it to execute.
pictureService.UpLoadSiteHostedPicture(usprt, "d:\\dummy.txt");
This seems like a fudge, does anyone have any idea how I should be making this call?
Thanks
Rich