Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Purchased download (zip) file size


ekahefe

Recommended Posts

Posted

Is there a size limit to digital products sold in OSC? The reason why I ask is I have a zip file that reads 26.6 MB in size but when I go to download the product after purchase, it only downloads 23.3 MB and says the zip is corrupt. I have tried re-uploading it & changed the name of the zip. But when I try a different purchased zip file, 18.8MB, it downloads perfectly.

 

Any suggestions?

 

Thank you!

 

:D

Posted

There are various settings in php.ini which may affect this:

 

max_execution_time = 30 ; Maximum execution time of each script, in seconds

max_input_time = 30 ; Maximum amount of time each script may spend parsing request data

memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

 

post_max_size = 8M

 

It's most likely that it's just timing out and keeps trying to do it wihtin the standard 30 seconds allowance.

 

Vger

Posted

Would it be better to split up the zip file into smaller ones?

 

Is there a way to allow more than 1 zip file to a product?

Posted

I am using direct downloads.

 

I was reading about the downloads controller contribution, someone said that virtual products won't work with the default download option in OSC, could this be the problem?

I have quite a few downloads working already.

 

 

<_<

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...