I am trying to use the Document Upload wizard in asp runner 3.2. I want to be able to save the documents to a file share rather than the actual web server. so for example; \\myserver\fileshare Is there anyway I can go into the asp page ang change the string that the uploader is refrencing. Thanks
You can setup a virtual directory pointing to \\myserver\fileshare. After that set upload folder to /VirtualDir. Note the slash in front of virtual directory name.