• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk DWF Viewer

    Reply
    Member
    Posts: 3
    Registered: ‎12-03-2004

    LocalFilePath

    75 Views, 3 Replies
    12-03-2004 11:12 AM
    I have embedded the DWF Viewer in an html page. The control name is “AdView”. I am trying to retrieve the LocalFilePath string. I have tried the following, but nothing is returned. Can someone please help?

    msgbox AdView.Viewer.LocalFilePath

    Thanks…
    Please use plain text.
    *John Schmier - Autodesk

    Re: LocalFilePath

    12-03-2004 12:45 PM in reply to: bfahlin
    Try AdView.SourcePath -- John Schmier Autodesk DWF QA
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎12-03-2004

    Re: LocalFilePath

    12-03-2004 05:55 PM in reply to: bfahlin
    I can get the SourcePath no problem, what I need is the LocalFilePath to access the temp file location of files accessed from the web.
    Please use plain text.
    *John Schmier - Autodesk

    Re: LocalFilePath

    12-03-2004 09:34 PM in reply to: bfahlin
    I don't know if you can get the temp file location from a web page. That would be outside the viewers abilities. You would have too look into native JavaScript or VBScript, but if you can gain access on a html page to the users temp folder, I would think that may be a security issue that would be blocked by the browser. Just my thought. -- John Schmier Autodesk DWF QA
    Please use plain text.