how to download a file to a specific folder

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default how to download a file to a specific folder

    i have to download a file (could be an exe, a zip, a dir, a dcr) and put it
    in a folder....
    .....to give me the abitility to update the software. ..... but how? ....an
    xtra? ...
    .....someone know what xtra is better? ...something free?
    thank you very much




    garwspeed Guest

  2. Similar Questions and Discussions

    1. How to automatically change from httpS to http for a specific folder??
      There are great instructions on the web for force HTTPS for specific folder How to automatically change from http to https for a specific folde...
    2. Link to specific Folder
      Using Acrobat 6 - Link question, Is it possible to have a link in a pdf file linking to a folder (not file) in the same directory. Would like...
    3. placing files in a specific folder on the webserver
      Good day, I'm a administrator for an intranetsite. For maintenance I use Studio MX2004 . The webeditors use Contribute 3. I have the following...
    4. How to download mpg. to a folder in Communicator 4.79
      I have chosen an .mpg to download but it plays in the Communicator 4.79 window. I prefer to download it directly into a file and then play it. ...
    5. Force download to a specific directory
      FX Digital ... www.fx-digital.com wrote: Thankfully you can't do that. Can you imagine the problems that would cause if anyone had that much...
  3. #2

    Default Re: how to download a file to a specific folder

    I'm actually coding one ATM.
    Read the article at Doug
    [url]http://www.director-online.com/buildArticle.php?id=1101[/url]

    /Christoffer

    "garwspeed" <info@garwspeed.com> skrev i meddelandet
    news:bkubo0$l1s$2@forums.macromedia.com...
    > i have to download a file (could be an exe, a zip, a dir, a dcr) and put
    it
    > in a folder....
    > ....to give me the abitility to update the software. ..... but how? ....an
    > xtra? ...
    > ....someone know what xtra is better? ...something free?
    > thank you very much
    >
    >
    >
    >

    Christoffer Enedahl Guest

  4. #3

    Default Re: how to download a file to a specific folder

    natively, you can use

    downloadNetThing URL, localFile

    make sure you read up on how to use it and test for completions etc.


    or you can get various Xtras to do it ... an FTP Xtra is nice because it will usually give a status bar as part of the package, but you can make one of those yourself too for the HTTP download.



    ============================
    Glen Palmer
    SafariTECH
    Cold Fusion Specialist
    [url]www.safaritech.com[/url]
    ============================
    SafariTECH 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