Jump to content

chetanmadaan

New Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by chetanmadaan

  1. I am using a simple PHP script to download downloads and then offer a zip file. As soon as the zip is parsed through the PHP... unique hash of zip changes and it can't be extract using the unzip function PHP. although, it works fine with windows to extract it... but the hash changes. I am using the following headers... Anything i can do to fix this. header("Content-type: application/zip"); header("Content-Disposition: attachment; filename=\"".$file."\""); header("Content-Length: ".filesize($filepath.$file)); ob_end_flush(); $filepath and $file containts the physical path of the file. Any tips? Thank you,
  2. Hi - we have been using google code to host our open source projects till now and they get a lot of downloads too.. Google code is going to stop offering downloads starting Jan 2014 and we want an alternate. We have enough bandwidth to host the download our self... but just need some help finding out the right too. the most important thing is that we need to offer direct downloads to our zip files... most of the scripts we find online are really in a manner that the download has to be router through php. is there a script of function out there that can do this job for us?
  3. I have seen forums highlight what we searched on google to get to their site. is there a script that would allow me do the same???
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.