Dear all,
I have build a web platform where I can upload 3D model object file with .obj extension
From a small client application using c# and WebRequest class, I try to download that file type but the
WebRequest;GetResponse generate an exception saying Server not found.
And I am sure that serve connection is ok, because I am downloading other file types in same sequence but only that .obj type fails.
IS there any restriction on those types to be able to get downloaded ?
regards
Go to the complete details ...