Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Windows explorer from Iframe - Problem.

Windows explorer from Iframe - Problem.

Scheduled Pinned Locked Moved Web Development
htmltoolshelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    ram1974
    wrote on last edited by
    #1

    Hi all, I am using to display a path in the browser using the script(this is quite simple can copy the below line to .html should work fine). <iframe id="DialogContent" src="c:\" style="background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" width="100%" height="100%"> Every thing is fine except that I don't want to display the left menu in the explorer window. How can I achieve this any property to set with it. Thanks in advance. -Ram.

    S 1 Reply Last reply
    0
    • R ram1974

      Hi all, I am using to display a path in the browser using the script(this is quite simple can copy the below line to .html should work fine). <iframe id="DialogContent" src="c:\" style="background-color:transparent;" scrolling="auto" frameborder="0" allowtransparency="true" width="100%" height="100%"> Every thing is fine except that I don't want to display the left menu in the explorer window. How can I achieve this any property to set with it. Thanks in advance. -Ram.

      S Offline
      S Offline
      Shog9 0
      wrote on last edited by
      #2

      ram1974 wrote:

      Every thing is fine except that I don't want to display the left menu in the explorer window.

      Everything is not fine. First off, most browsers won't do anything useful with such a URL at all - since "C:\" isn't actually a proper URL (file://c:/ might work). Second, the behavior of IE - which will display the filesystem browser - in this area isn't really in your control, as it would otherwise introduce a fairly unpleasant security hole. I'm not sure what you're trying to accomplish with this, but i suggest you stop and think about it a bit.

      R 1 Reply Last reply
      0
      • S Shog9 0

        ram1974 wrote:

        Every thing is fine except that I don't want to display the left menu in the explorer window.

        Everything is not fine. First off, most browsers won't do anything useful with such a URL at all - since "C:\" isn't actually a proper URL (file://c:/ might work). Second, the behavior of IE - which will display the filesystem browser - in this area isn't really in your control, as it would otherwise introduce a fairly unpleasant security hole. I'm not sure what you're trying to accomplish with this, but i suggest you stop and think about it a bit.

        R Offline
        R Offline
        ram1974
        wrote on last edited by
        #3

        Hi Shog, Thanks for your reply. Yes my path is not "c:\". I am trying to allow batch upload by drag and drop mode. I am using this as the web controls will not allow drag and drop functionality.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups