G.o.D Posted October 29, 2013 Share Posted October 29, 2013 Hi there, i am searching for a shop system where i want to sell large digital files. I am a php developer myself and therefor i know that if you simply use a multipart form submit in php, the php process needs the filesize plus a little overhead of ram. My products will be larger then 1GB, sometimes up to 2 or 3 GB in size. Giving that much ram to every upload process is not an option for me. Before i go into the hassle of installing every ecommerce platform that looks nice just to notice it will not work i thought it might ask the community... any experience with large files? Anyone knows how the actual upload process works? I used a php based video sharing platform a while ago, they used a perl script as backend for the uploads... anything similar on prestashop? Thanx in advance Link to comment Share on other sites More sharing options...
tomerg3 Posted October 29, 2013 Share Posted October 29, 2013 The following module would let you upload files using FTP, and mass assign them to products. http://www.prestashop.com/forums/topic/53511-module-batch-downloadable-product-upload-files-using-ftp-assign-them-to-products-easily/ If you need to assign multiple files for a single product, or if you need to use attributes, see the Pro version http://www.prestashop.com/forums/topic/104840-batch-downloadable-product-pro-multiple-downloadable-files-per-product-and-attribute-specific/ Link to comment Share on other sites More sharing options...
Recommended Posts