Download binary file to local hard drive

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Download binary file to local hard drive

    If this is not the appropriate NG, please help me by telling me where I
    should post this question.

    I want to keep a collection of Word Documents on the server. (Maybe SQL,
    maybe file based - that's another issue)

    The question I have is when the client launches my application, I want to
    veryify which of those word documents exist on the local drive and, with the
    user's permission, save the missing ones to the local hard drive. I know
    that I can send the docs to the browser. That's not what I want. I want to
    save them directly to the HD. I know this will require both client and
    server side pieces. I'm trying to build the client side now.

    Thanks,
    John

    John Beschler Guest

  2. Similar Questions and Discussions

    1. Can't save pdf file to local client drive with Citrix
      In the citrix environment I can create pdf files using Adobe 6, but only to drives in the citrix environment. I can't save to my local client C:\...
    2. USB Hard Drive
      I need to get a USB Hard Drive to "Auto Run" a flash movie when plugged into a USB port on all platforms of a PC (Win98, 2000, XP, ME). Can PHP do...
    3. [PHP] USB Hard Drive
      On Wed, 2003-07-23 at 12:49, Digital Directory USA, Inc wrote: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Off Topic but I must protest... You...
    4. how hard to replace titanium internal hard drive? How to cloneold hard drive onto it?
      Hi all - I have a 2001 titanium laptop with a 20 Gig hard drive. The thing is getting too full and I'm toying with the idea of getting a bigger...
    5. local file download
      I'm trying to download a local file from the server. Went I get the save dialog box and save the file, its saving the current aspx page and not the...
  3. #2

    Default Re: Download binary file to local hard drive

    The only way you'd get this to happen is with a signed Client-Side ActiveX
    control, and then you're likely to fall foul of security restrictions at the
    least, never mind scaring the user (the user will have to accept the control
    for installation manually)

    So not really an ASP components issue.


    --
    Jason Brown
    Microsoft GTSC, IIS

    This posting is provided "AS IS" with no warranties, and confers no
    rights.



    "John Beschler" <JohnBeschler@discussions.microsoft.com> wrote in message
    news:427BE9C7-3648-42D5-8FE7-11883DF10AC7@microsoft.com...
    > If this is not the appropriate NG, please help me by telling me where I
    > should post this question.
    >
    > I want to keep a collection of Word Documents on the server. (Maybe SQL,
    > maybe file based - that's another issue)
    >
    > The question I have is when the client launches my application, I want to
    > veryify which of those word documents exist on the local drive and, with
    > the
    > user's permission, save the missing ones to the local hard drive. I know
    > that I can send the docs to the browser. That's not what I want. I want to
    > save them directly to the HD. I know this will require both client and
    > server side pieces. I'm trying to build the client side now.
    >
    > Thanks,
    > John
    >

    Jason Brown [MSFT] 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