file:// links

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ernesto Morin

    file:// links

    Not sure if somebody can help me here. Our company develops a web based
    system that lets client have interaction with it. One of the things that we
    have is the ability for a user to create links to local files on there
    machine. They then can click these links and launch the document in a
    iFrame. Anyway these links no longer work. Did something change in IE
    security settings?

    Thanks,
    Ernie


  • Cor

    #2
    Re: file:// links

    Hi Erneto,

    You can start by looking to the HTML control file field what is in Html the
    control

    <INPUT type="file">

    There are pages enough on Internet how to set this in the Javascript you
    need, because this is all client side. And because of the fact that the
    client does it there are no security problems.

    I hope this helps?

    Cor
    [color=blue]
    > Not sure if somebody can help me here. Our company develops a web based
    > system that lets client have interaction with it. One of the things that[/color]
    we[color=blue]
    > have is the ability for a user to create links to local files on there
    > machine. They then can click these links and launch the document in a
    > iFrame. Anyway these links no longer work. Did something change in IE
    > security settings?
    >[/color]


    Comment

    • Ernesto Morin

      #3
      Re: file:// links

      All of these examples are on uploading files to a server. My issue is that
      I am not doing this. I have a tree control that let's a user create links
      in it. One of the options it that the user can create a link to a file on
      their machine. This is the part that is not working. Any body have any
      ideas? Or maybe this was a security risk the Microsoft patched. Just
      trying to find out.

      Ernie
      "Cor" <non@non.com> wrote in message
      news:%23P2P68I7 DHA.3308@TK2MSF TNGP11.phx.gbl. ..[color=blue]
      > Hi Erneto,
      >
      > You can start by looking to the HTML control file field what is in Html[/color]
      the[color=blue]
      > control
      >
      > <INPUT type="file">
      >
      > There are pages enough on Internet how to set this in the Javascript you
      > need, because this is all client side. And because of the fact that the
      > client does it there are no security problems.
      >
      > I hope this helps?
      >
      > Cor
      >[color=green]
      > > Not sure if somebody can help me here. Our company develops a web based
      > > system that lets client have interaction with it. One of the things[/color][/color]
      that[color=blue]
      > we[color=green]
      > > have is the ability for a user to create links to local files on there
      > > machine. They then can click these links and launch the document in a
      > > iFrame. Anyway these links no longer work. Did something change in IE
      > > security settings?
      > >[/color]
      >
      >[/color]


      Comment

      • Cor

        #4
        Re: file:// links

        Hi Ernesto,

        To understand it, what is the difference with the favorites?

        Cor
        [color=blue]
        > All of these examples are on uploading files to a server. My issue is[/color]
        that[color=blue]
        > I am not doing this. I have a tree control that let's a user create links
        > in it. One of the options it that the user can create a link to a file on
        > their machine. This is the part that is not working. Any body have any
        > ideas? Or maybe this was a security risk the Microsoft patched. Just
        > trying to find out.[/color]


        Comment

        Working...