Question 4-how to directly view the document content through vlink
In webtop6.5 or a later version, you have added the vlink method to directly view the document content. There are several ways to directly access document objects through links.
1) if the Document Object ID is known, download and open the document directly through the link.
2) The access path of known document objects can be directly viewed through links.
For example, here is a document named object_name = 20071018110718528.jpg r_object_id = 09de75d180003104.
// You can download the object content to your local device.
Http: // 127.0.0.1: 8080/Webtop/component/getcontent? Objectid = 09de75d180003104
// You can directly view the file content in IE.
HTTP (s): // server: Port/rightsite/repository-Name:/folder-path/.../objectname
Example: http: // 127.0.0.1: 8080/Webtop/docu:/test/20071018110718528.jpg
In the above path, Webtop is the application name for system deployment, docu is the docbase name,/test/20071018110718528.jpg is the document storage, and the image file 20071018110718528.jpg is saved directly under the file cabinet named test.
When using folder_path for access, the path cannot contain Chinese characters.