I'm looking for a platform to build a site offering both paid and free postcasts and audio books.

The problem with the podcasts is that they could be large (eg 50-100mb each) and most of the popular providers have some limitation on hosting and/or transfer.

Eg:

Shopify - would require the Fetch add-on and this has tiny hosting capacity

Volusion - has tiny data transfer capacity

Magento - doesn't currently support downloadable products (as far as I can tell)

Is there a good solution? I'm happy to get my hands dirty a little but can't invest a load of development time to modify.

link|improve this question

62% accept rate
Have you ruled out Amazon? – Jay Elston Nov 22 '11 at 1:04
feedback

1 Answer

Fetch (http://www.fetchapp.com/) for Shopify has a "pro" version for $25/month that allows you to host the files yourself on any cheap web host with unlimited storage.

On the other hand, if you're into coding, Shopify's RESTful API makes it a cinch to roll your own purchasable downloadable content handler (that gets automatically called after every applicable order). :-)

I use Shopify for hosting a store for a non-profit org I work for, and with their Liquid server-side scripting support and completely flexible templates, it has met our needs very nicely.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.