Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (2.x): Deployment > radasyncupload

radasyncupload

  • massum avatar

    Posted on Dec 10, 2010 (permalink)

    i want to view pdf file in radwindow or iframe.i m using radasyncupload to load the file but i cannot  view the file as the file is encrypted and  getting saved in a temp folder.i dont want to save the file in the database to veiw it.i just want that when user select a pdf file from the local machine i want the user to view that particular file in the iframe.i m using asp.net....please suggest nehelp regardin this....thanks in advance

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Dec 10, 2010 (permalink)

    Hi massum,

    You can open a content page that renders PDF file in an IFRAME , or load existing PDF file by setting it in the NavigateUrl property using RadWindow control where you can use window.radopen(url, null); or standard IFrame - iframe1.Attributes["src"]=Request["filename"]; You can use your local temp folder as path to the pdf.

    Regards,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (2.x): Deployment > radasyncupload