What is server URL means in some method of the Edraw component?
One Response to “What is server URL means?”
Leave a Reply
You must be logged in to post a comment.
What is server URL means in some method of the Edraw component?
You must be logged in to post a comment.
November 18th, 2011 at 2:39 pm
It can be the direct document url such as http://www.ocxt.com/download/sample.doc
or a stream url http://www.ocxt.com/getfile.aspx?id=xxx.doc
If the url can be opened by the Internet Explore, the Open method can open the url. Otherwise, you need use the HttpOpenFileFromStream method to open the file stream. View the asp.net sample.