I desire to show a list of documents in a NetWebBrowse, On each row there is a view button which when clicked, would:
copy the file from a location on the hard drive to a folder inside the web folder
Open the document in a new window in the browser
Delete the document from the web folder
--------------------------------------------------------------
Currently I have a browse that using LinkToDoc:
Copies all of the documents associated with that browse when the browse loads.
When the view button is pressed the document is served in a new window and is deleted.
Then if you close the document, the view button won't work because the document no longer exists.
I saw the "send button click to server" insert on the "client-side" tab, can I do something there that would allow me to first copy the correct document into a WEB sub-folder, then open that document in the browser using a currently unknown magic power? Oh and still delete it after served using $$$?