1
How to load a file in document viewer using HTTP
Question asked by Mahmoud Ali - 6/25/2018 at 5:49 AM
Unanswered
When i am trying to load a file in document viewer using HTTP, i get that error [URI formats are not supported.]
So, how can i load documents using http?

1 Reply

Reply to Thread
0
Chirag Gawde Replied
   var filePath = "www.something.com/some/something.pdf";
                            Uri uri = new Uri(@filePath);
                            string url = uri.AbsoluteUri;

Reply to Thread