Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Grouping files for download

  1. #1
    Join Date
    May 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Grouping files for download

    I'm currently working on a site where users can choose to download a selection of files. Is there a way to group them (for example into a ZIP file) so that they can then download the appropriate selection in one go?

  2. #2
    Join Date
    Feb 2004
    Posts
    4,901
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by samcooke
    I'm currently working on a site where users can choose to download a selection of files. Is there a way to group them (for example into a ZIP file) so that they can then download the appropriate selection in one go?
    Unfortuntaly I dont think you can, unless somebody else has an idea?
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  3. #3
    Join Date
    Sep 2005
    Posts
    190
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    I don't know if any of the components listed at http://www.aspin.com/home/components/file/filecomp for example would be worth considering.

  4. #4
    Join Date
    Jan 2006
    Location
    Ireland
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Compression in Net 2.0

    Quote Originally Posted by samcooke
    I'm currently working on a site where users can choose to download a selection of files. Is there a way to group them (for example into a ZIP file) so that they can then download the appropriate selection in one go?
    Have a look at System.IO.Compression

    Cheers
    Pino

  5. #5
    Join Date
    May 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OK, I've given up on that idea now and have come across a new problem. How can I (preferably in ASP) have a file that can only be downloaded when someone is logged into a site?

  6. #6
    Join Date
    Dec 2005
    Posts
    193
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by samcooke
    OK, I've given up on that idea now and have come across a new problem. How can I (preferably in ASP) have a file that can only be downloaded when someone is logged into a site?
    I could easily tell you how to do it in PHP. But ASP.... Ask someone else, I have no idea
    Schofieldandwhite.com: RFH reseller

  7. #7
    Join Date
    May 2004
    Location
    NewYork, USA
    Posts
    175
    Thanks
    25
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by samcooke
    OK, I've given up on that idea now and have come across a new problem. How can I (preferably in ASP) have a file that can only be downloaded when someone is logged into a site?
    what is your criteria when someone loged in... User naem, IP addess, cokie, browser etc... I'll write codes fro you if you tell me exactly what do you want to do...

  8. #8
    Join Date
    Jan 2006
    Location
    Ireland
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Login

    Quote Originally Posted by samcooke
    OK, I've given up on that idea now and have come across a new problem. How can I (preferably in ASP) have a file that can only be downloaded when someone is logged into a site?
    Do you have already implemented a Login/Logout system?

  9. #9
    Join Date
    May 2005
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks guys.

    I was actually planning to use it for someone buying a download. I'm going to use the Paypal merchant tools for the payment and I'm pretty sure I can get that to pass me something that tells me whether they've paid or not. Then I will probably just set a session variable to allow the download, or write something to a database and check it there.

  10. #10
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    Quote Originally Posted by samcooke
    Thanks guys.

    I was actually planning to use it for someone buying a download. I'm going to use the Paypal merchant tools for the payment and I'm pretty sure I can get that to pass me something that tells me whether they've paid or not. Then I will probably just set a session variable to allow the download, or write something to a database and check it there.
    You can do this easily enough using the PayPal Instant Payment Notification System (IPN).

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Flash FLV files
    By Fruitbat in forum General Technical Support
    Replies: 6
    Last Post: 7th June 2007, 06:06 AM
  2. Opening PDF files in IE
    By medasset in forum General Technical Support
    Replies: 9
    Last Post: 5th June 2006, 09:44 AM
  3. Download Manager
    By terraqueotenaz in forum Web Applications and Scripts
    Replies: 2
    Last Post: 6th July 2005, 05:59 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •