Design Review
Welcome to Autodesk’s Design Review Forums. Share your knowledge, ask questions, and explore popular Design Review topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Loading DWF to ASP embedded object

0 REPLIES 0
Reply
Message 1 of 1
g.heeley
409 Views, 0 Replies

Loading DWF to ASP embedded object

We're developing an internal Web based viewing system for ourr Vault server. When looking into viewing non cad files (pdf, docx etc) it became apparent that you can write the file directly to the http stream

(

Response.ContentType = "Application/pdf";
Response.WriteFile(filename);
Response.End();

)

, eradicating the need to have a physical file acessable via a URL or hidden share (until now I have been planning to hold a DWF file on a hidden share, and as the page with the DWF viewer object is loaded modify the SRC of the object to look at that file).

Is it possible to stream teh DWF to the page as per  a PDF?

 

Any Help/advice appreciated

Thanks
Greg

Greg Heeley
CAD Administrator
temperzone Ltd
Inventor Pro, Vault Pro, ACADE
0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report