IE fileSystemObject from JS?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Mrazek

    IE fileSystemObject from JS?

    Hi,
    I need to create a file on client's side. The only way I'm familiar
    with is via File System OBject in IE. Is it possible to use them in
    JavaScript?
    Martin
  • Richard Cornford

    #2
    Re: IE fileSystemObjec t from JS?

    Martin Mrazek wrote:[color=blue]
    > Hi,
    > I need to create a file on client's side. The only way I'm familiar
    > with is via File System OBject in IE. Is it possible to use them in
    > JavaScript?[/color]

    The Microsoft FileSystemObjec t can be scripted with JScript. Internet
    Explorer security settings prevent it from being used from an ordinarily
    web page.

    Richard.


    Comment

    • mscir

      #3
      Re: IE fileSystemObjec t from JS?

      Martin Mrazek wrote:[color=blue]
      > Hi,
      > I need to create a file on client's side. The only way I'm familiar
      > with is via File System OBject in IE. Is it possible to use them in
      > JavaScript?
      > Martin[/color]



      Comment

      • martin mrazek

        #4
        Re: IE fileSystemObjec t from JS?

        Thanks to both :-)



        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        Working...