When I use a format like this for uploader.SaveDirectory...
uploader.SaveDirectory="../upload"
...it seems to be looking for a physical path. I would like to upload to a virtual path that's outside the actual web folder in IIS, but I can't seem to do that.
Is there a way?