Author Topic: Download file v2  (Read 3429 times)

Offline isht4r

Download file v2
« on: January 07, 2008, 03:06:19 am »
Im having some problems with this...

I have media files that are all over 100MB when i add then to the shop it works fine but when i test the idem the idem does not download all the way. One of the movies that i have only downloads 400MB out of 1.6gigs and the episode that i have tryed only downloads 500KB out of 235MB

Is there away to get this fixed???

Thanks

Offline Daniel15

Re: Download file v2
« Reply #1 on: January 11, 2008, 03:59:39 pm »
Sounds like PHP might be timing out.
In Sources/shop/items/filedownload2.php (I think that's what it's called), right below the <?php, add:
set_time_limit(0);

See if that fixes it. Alternatively, you might want to store your files in a web-accessible location (perhaps a directory with a random name and indexing turned off), and then just use the Display Message item to show a link to the file? This might work better.