Okay... so here's what I want to do. I want the user to be able to select from a list of images (a list which will be generated from a database of stored images) and see a thumbnail of that image. I can easily create a thumbnail, save it as a temp file and show that file, if the original is local. However, the image path is saved in the database as a UNC, and from my webserver, they are remote. I cannot put them local... Hmm... can I copy the file via my code to a local folder and then work on it... hmmm...