G
Guest
Hello!
I have some trouble opening .dwg files. First of all I copy them to a folder on a shared web server and then I use javascript to open AutoCad and try to open the files. It returns an "File not found" error. It works in my dev environment but not at my customer.
I wonder if it could have something to do with the File.Copy method (they are large files and takes several seconds to be copied to the web-server). My question is:
Does the File.Copy method return when the WHOLE file is copied, or could it be that the application run through the code to the part where it tries to start the AutoCad before all the files are actually finished copying? In that case, how could I stall the AutoCad-start until all files are in place?
Hope you understand my question.
/Miro
I have some trouble opening .dwg files. First of all I copy them to a folder on a shared web server and then I use javascript to open AutoCad and try to open the files. It returns an "File not found" error. It works in my dev environment but not at my customer.
I wonder if it could have something to do with the File.Copy method (they are large files and takes several seconds to be copied to the web-server). My question is:
Does the File.Copy method return when the WHOLE file is copied, or could it be that the application run through the code to the part where it tries to start the AutoCad before all the files are actually finished copying? In that case, how could I stall the AutoCad-start until all files are in place?
Hope you understand my question.
/Miro