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

  1. #1

    Default save files

    Hi

    Open the URL in IE. Mouse right click on image then
    select Save Target as..choose a path in your c:\ drive.

    Ravikanth[MVP]
    >-----Original Message-----
    >i need to save some files from web to my hard disk:
    >
    >example
    >
    >[url]http://www.mysite.com/images/img1.jpg[/url]
    >
    >i need to save in c:\images
    >
    >any idea ?!
    >
    >thanks
    >mcod3r
    >.
    >
    Ravikanth[MVP] Guest

  2. Similar Questions and Discussions

    1. How do I save Flash files
      I have viewed several flash movies that I would like to download. Is this possible? What would I use to view them once they were on my hard drive?...
    2. Can't save files
      I've been working with this set of files with no problem until now. I open a file, edit it and save it but when I reopen it it hasn't saved the...
    3. I can't save my files as (.ai) in CS ill.
      Recently my CS illustrator software will not save .ai files. I have tried saving in earlier versions and it pops up 'unkown error has occurred' ...
    4. Photoshop CS won't save files
      No matter what I do to save a file in PS CS, I get the error message that I can't save the file because of a disk error. This is on a three-month old...
    5. Batch Crop Action - auto save files without having to hit 'save' button
      Hi, A while ago I spent a long time trying to figure out an action that would automatically crop my photos to a 4x3 aspect ratio to use in video....
  3. #2

    Default Re: save files

    This is kind of confusing. You want to save an image from another web site
    to the client's hard drive? The simplest way is for the user to open a page
    containing the image, or the image itself in his/her browser, right-click to
    "Save as..." and navigate to the location the user wants to save the image
    in. You could put an Applet or ActiveX Control on the client, but they would
    still have to navigate to the location they want to save the image in.

    I guess I'm not understanding your requirements fully. Perhaps if you
    explained them in detail I could be of more help.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "cod3r" <cod3r@email.it> wrote in message
    news:009101c3602b$9d93df80$a401280a@phx.gbl...
    > no, c:\images is on clients hard disk, images
    > are on a web site (not mine)
    >
    > >-----Original Message-----
    > >Do you mean you need to COPY some files from one
    > location to another on your
    > >hard disk? If the file has a URL, it is already saved.
    > >
    > >--
    > >HTH,
    > >
    > >Kevin Spencer
    > >Microsoft MVP
    > >..Net Developer
    > >[url]http://www.takempis.com[/url]
    > >Complex things are made up of
    > >lots of simple things.
    > >
    > >"mcod3r" <cod3r@email.it> wrote in message
    > >news:090901c36020$26f0a170$a501280a@phx.gbl...
    > >> i need to save some files from web to my hard disk:
    > >>
    > >> example
    > >>
    > >> [url]http://www.mysite.com/images/img1.jpg[/url]
    > >>
    > >> i need to save in c:\images
    > >>
    > >> any idea ?!
    > >>
    > >> thanks
    > >> mcod3r
    > >
    > >
    > >.
    > >

    Kevin Spencer 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