Manipulate Client Computer's directories

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

  1. #1

    Default Manipulate Client Computer's directories

    Is it possible to manipulate client computer's direcotries through an
    ASP.NET page?

    For example: user click "Down Load Package To Temporary Directory", then a
    whole package with proper directory structure will be downloaded to client
    computer's c:\temp directory.

    Thanks,
    Guogang


    Guogang Guest

  2. Similar Questions and Discussions

    1. Flash Webcam client <-> client (not client <-> server<-> client)
      Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer...
    2. Record from computer's Mic input in a Flash swf?
      I have seen an audio record and playback function in a Flash site. http://www.clarityielts.com (view the demo) Does anyone know how to do it? ...
    3. How to resolve IP to computer's name
      Hi all, I have made a log file for my website, I am recording IP numbers of my guests. How to make them more readable, I mean convert them to...
    4. Using virtual directories for common directories (scripts, images, styles, etc.)
      Hi, (sorry for the crosspost, I wasn't sure which was the best place to put this). I was just thinking about something and wondered if any of...
    5. computers in the network won't recognize other computer's name?
      we need more information to help you. are they all xp? can you ping each other by name? use net view command on each computer, what do you get? ...
  3. #2

    Default Manipulate Client Computer's directories

    Is it possible to manipulate client computer's direcotries through an
    ASP.NET page?

    For example: user click "Down Load Package To Temporary Directory", then a
    whole package with proper directory structure will be downloaded to client
    computer's c:\temp directory.

    Thanks,
    Guogang


    Guogang Guest

  4. #3

    Default Re: Manipulate Client Computer's directories

    Thanks.

    "Bill Priess" <no.spam@nospam.com> wrote in message
    news:eX7D7NzRDHA.2236@tk2msftngp13.phx.gbl...
    > Hello Guogang,
    >
    > No, this is not possible unless you use client-side code and have explicit
    > permissions to do so from the client-side. To allow this would violate
    > browser security.
    >
    > HTH,
    >
    > Bill P.
    >
    > "Guogang" <nospam@no_such_domain.com> wrote in message
    > news:ufbhdJzRDHA.1552@TK2MSFTNGP10.phx.gbl...
    > > Is it possible to manipulate client computer's direcotries through an
    > > ASP.NET page?
    > >
    > > For example: user click "Down Load Package To Temporary Directory", then
    a
    > > whole package with proper directory structure will be downloaded to
    client
    > > computer's c:\temp directory.
    > >
    > > Thanks,
    > > Guogang
    > >
    > >
    >
    >

    Guogang Guest

  5. #4

    Default Re: Manipulate Client Computer's directories

    Thanks.

    "Bill Priess" <no.spam@nospam.com> wrote in message
    news:eX7D7NzRDHA.2236@tk2msftngp13.phx.gbl...
    > Hello Guogang,
    >
    > No, this is not possible unless you use client-side code and have explicit
    > permissions to do so from the client-side. To allow this would violate
    > browser security.
    >
    > HTH,
    >
    > Bill P.
    >
    > "Guogang" <nospam@no_such_domain.com> wrote in message
    > news:ufbhdJzRDHA.1552@TK2MSFTNGP10.phx.gbl...
    > > Is it possible to manipulate client computer's direcotries through an
    > > ASP.NET page?
    > >
    > > For example: user click "Down Load Package To Temporary Directory", then
    a
    > > whole package with proper directory structure will be downloaded to
    client
    > > computer's c:\temp directory.
    > >
    > > Thanks,
    > > Guogang
    > >
    > >
    >
    >

    Guogang Guest

  6. #5

    Default Re: Manipulate Client Computer's directories

    You cannot control WHERE a file downloads,
    but you can certainly ALLOW the download of a file...


    "Guogang" <nospam@no_such_domain.com> wrote in message
    news:ufbhdJzRDHA.1552@TK2MSFTNGP10.phx.gbl...
    > Is it possible to manipulate client computer's direcotries through an
    > ASP.NET page?
    >
    > For example: user click "Down Load Package To Temporary Directory", then a
    > whole package with proper directory structure will be downloaded to client
    > computer's c:\temp directory.
    >
    > Thanks,
    > Guogang
    >
    >

    David Waz... Guest

  7. #6

    Default Re: Manipulate Client Computer's directories

    You cannot control WHERE a file downloads,
    but you can certainly ALLOW the download of a file...


    "Guogang" <nospam@no_such_domain.com> wrote in message
    news:ufbhdJzRDHA.1552@TK2MSFTNGP10.phx.gbl...
    > Is it possible to manipulate client computer's direcotries through an
    > ASP.NET page?
    >
    > For example: user click "Down Load Package To Temporary Directory", then a
    > whole package with proper directory structure will be downloaded to client
    > computer's c:\temp directory.
    >
    > Thanks,
    > Guogang
    >
    >

    David Waz... 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