Loading file from webserver
Posted: 04 Nov 2013, 19:43
I am trying to load DWG file to ABViewer. After sending:
I get an error message:
There is no attempt to connect server at all. Using FileName param with ActiveX object like in http://www.cadsofttools.com/forum/viewt ... =16&t=1961 also doesn't load the file. Is this supported at all or does ABViewer/CADViewX only work with local files?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<cadsofttools version="1">
<!-- Load file -->
<load file="http://127.0.0.1:8080/ton.dwg"/>
</cadsofttools>
Code: Select all
<cadsofttools version="1">
<error message="File is not found: http://127.0.0.1:8080/ton.dwg"/>
</cadsofttools>