Help on creating download pages automatically

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Help on creating download pages automatically

    Hi people....

    Need some help if possible & hopefully I have posted this thread in the right
    place!!

    Say I upload 50 files to my website in the first instance with a view to
    uploading more files in the near future;

    Once they are there, I want to make them available for downloading. I do not
    want to do this manually. What I would like to happen is this;

    'Download' directory is scanned (and fifty files found); download pages are
    created automatically, each displaying 5 files listed in alpha-numeric order;

    I would also want a next and previous button arrangement for navigating
    through the pages. When I upload more files, I would like the same 'code' to
    add more pages as required.

    Is it also possible to display the total number of pages of downloads
    available or possibly displaying all the page numbers at the bottom of the page
    as links?

    I would also want the download pages to be displayed in a particular frame on
    my web page.

    Any help would be welcome on this as I have not got a clue how to start and
    what code to use. Are there generic scripts available to do this type of thing?

    Thanks in advance :)

    Blade328.....

    Blade328 Guest

  2. Similar Questions and Discussions

    1. Is there a way to set automatically that only certain pages print?
      I need an answer quickly, so I'm cross posting this question on a couple of forums. I'm creating a multiple page PDF doc with the last page being...
    2. Automatically add pages if more content available?
      Hi, I am importing a XML File to InDesignCS and the problem is that I've only set up one page but there is more content to show - How can I...
    3. Creating records automatically
      I have two simple tables in Access 2000 Companies Address CompanyID* AddressID* CompanyName Street City CompanyID How do...
    4. XP home Automatically tries to open zip files rather than download them!
      XP home's Windows Explorer suddenly automatically tries to open zip files rather than download them! Normally, this would not be a problem. I...
    5. How to download a file to the client automatically
      Hi, I try to send a exported report file to client automatically, what is the easiest way to accomplish that? I am using Asp.Net. Thanks ...
  3. #2

    Default Re: Help on creating download pages automatically

    Aye, it's relatively straightfoward using PHP's filesystem functions. I
    imagine other server-side languages have similar functionality. You can't do
    it with client side scripting such as JavaScript.

    I suggest taking a look at [url]www.php.net[/url] for more info.


    rob :: digitalburn Guest

  4. #3

    Default Re: Help on creating download pages automatically

    Thanks for the reply... I will check it out.

    Laters

    Blade328
    Blade328 Guest

  5. #4

    Default Re: Help on creating download pages automatically

    No probs. It's difficult to give specifics, as no doubt your specific
    application will throw up specific problems and needs.


    rob :: digitalburn 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