local disc access via internet browser

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default local disc access via internet browser

    I have to write asp applicacion that will be read/write and open file on
    local disc via Internet Browser.

    I know that such operation is highly restricted, so how can I ask a user
    for allowing browser to disc access?

    Tomasz


    ool Guest

  2. Similar Questions and Discussions

    1. Trusted Local Flex swf files access to internet?
      Hi All, We're developing a desktop game client using Flex and require a local swf file to make loader calls to the Internet. I know about the...
    2. Access local swf files through internet
      :brokenheart; I tried to communicate my local SWF files from the Internet. But it could nt open using flash player. It just show the blank page ...
    3. Transfer data from Internet to local database
      I use a database on the internet from wich I retrieve Orders placed. I want to save the retrieved information to my local disk, and from there...
    4. DO not cache pages in local Browser
      All, How can I set IIS to not cache pages so that new pages or updates to web pages are alwyas used and that the cached pages aare not used. Is...
    5. stopping PPM3 connecting to internet for LOCAL installs
      Randy Kobes wrote: Yes Oh - and sorry - the example module is IO-stringy not IO-Stringy. -- Real address: chris at lowth dot sea oh em....
  3. #2

    Default Re: local disc access via internet browser

    The only option you have is to use an <input type="file" /> - no additional
    file system access is permitted.

    --
    Chris Jackson
    Software Engineer
    Microsoft MVP - Windows Client
    Windows XP Associate Expert
    --
    More people read the newsgroups than read my email.
    Reply to the newsgroup for a faster response.
    (Control-G using Outlook Express)
    --

    "ool" <sorry@no.spam> wrote in message
    news:buob5r$73m$1@nemesis.news.tpi.pl...
    >I have to write asp applicacion that will be read/write and open file on
    > local disc via Internet Browser.
    >
    > I know that such operation is highly restricted, so how can I ask a user
    > for allowing browser to disc access?
    >
    > Tomasz
    >
    >

    Chris Jackson Guest

  4. #3

    Default Re: local disc access via internet browser

    On Thu, 22 Jan 2004 12:10:13 +0100, ool wrote:
    > I have to write asp applicacion that will be read/write and open file on
    > local disc via Internet Browser.
    >
    > I know that such operation is highly restricted, so how can I ask a
    > user for allowing browser to disc access?
    In order to access the user's disk you will need to install software on
    the users machine (i.e. an ActiveX control) or request additional
    permission from managed code (i.e. a Java applet). In either case, the
    user will be required to accept your request (unless, of course, you're
    making use of a browser / VM exploit).

    -Derek

    Derek Slager Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139