I have a application in ASP where the user can upload Dwg files. The user is then listed the names of all available Dwg files. he can click on the name of the file to open the file. However even though the user has AutoCAD installed on his PC he is not able to open the file. The file path is correct... no problem with that.. can any one hlep me with this
Cannot open Dwg files through ASP
Collapse
X
-
When you say they are unable to open the file what exactly are you seeing? Page cannot be displayed? File path incorrect?Originally posted by GyanchandI have a application in ASP where the user can upload Dwg files. The user is then listed the names of all available Dwg files. he can click on the name of the file to open the file. However even though the user has AutoCAD installed on his PC he is not able to open the file. The file path is correct... no problem with that.. can any one hlep me with this
Also you say the path is correct, but does that include checking for drive mappings? For example if the path is F:\Folder\Drawi ng.dwg but the user's pc has it mapped as D:\? Just wondering.
Comment