We are purchasing a product that we need to incorporate the ability for an end user to browse to filesite and copy a document to this other program for historical purposes. We don't want the copy to be managed by filesite, and we cannot change the code of the vendor's program. Is there a way to present filesite to windows as a drive or a network share using VB?Thanks in advance,Kevin Flock
That is what I have been looking at, the issue is that the program I am trying to interface with is a pre-packaged deal, and is web based. When you click upload file, it brings up the explorer browse function. So I have been trying to think of a way to present the FileSite documents as a network share, shared drive, favorite - something of that nature that could be explored by other programs that are not designed to work with DM.Any ideas on this? I am very new to the odcument management side of things.Thanks,Kevin
I should have put 'upload file' in quotes. It is just a button with a label 'upload file' that calls up the explorer file browser. Which is why I would either like to replace the explorer file browser, or have something such as a shared drive. The only problem I can see with something like a virtual drive would be that the documents would be copied down at the time of running (say at logon) and then be static until refreshed. If the document changed in FileSite, it would not change in the virtual drive. If there was a way to modifiy or replace the built in file open dialog in explorer to incorporate FileSite documents and standard explorer options (drives, desktop, mydocs, etc), that would be the best case scenario.
Not at all. I don't want to break the filesite security under any circumstanses. What I would like is something that appears LIKE explorer, but is in fact FileSite. Or something close. I just need for a user to be able to browse to his/her documents and download them from other programs other than word or outlook, and not have to copy to the desktop first to import them. Imagine if you were trying to attach a file to a yahoo email, and you browsed to it but were actually taking a copy from FileSite. That is the functionality I am trying to mimick.
I just finished sniffing out the url for when I export a file. That sounds like exactly what I am trying to achieve. Do you think a direct url connection would be possible?Thanks,Kevin
A URL to get to a specific document would be great as well. While it would not be ideal, it would certainly be an acceptable second best. Can you direct me as to where to find the correct syntax? This would clear up an unresolved issue and allow us to move past it.Thanks again,Kevin Flock
I've tried the getdoc.aspx but that only brings up the window that gives the options. I've was curious about export.js and the post to Export.aspx. I am hoping to have a one step process to pull a doc over from one app to another, or better, a browse option to browse and click. I will have to look over those documents you recommended. I know we have purchased the SDK, I just need to find where our software is...Thanks,Kevin