terrytoledo Posted April 7, 2010 Share Posted April 7, 2010 PROBLEM:My client's web hosting is on a shared serverThe maximum file size that his php can handle is around 50MBHe wants to sell digital video downloads of files closer to 150MBDESIRED SOLUTION:Prestashop module that encodes a product for download and saves this large file OFFLINEMy client uploads this encrypted file via FTP to prestashop's download directoryMy client is willing to pay for this module, please provide a quoteACCEPTABLE SOLUTION:My client uploads a temporary text file when creating a new product for downloadI learn how to encrypt product download files using some kind of applicationI upload the large encrypted file via FTP, replacing the temporary fileFAILED SOLUTION: I have created a product for download, used a file under 5MB to upload via the prestashop PHP process. I then uploaded the large file via FTP. I deleted the small file, and changed the name of the large file to match the deleted, small file. After the product was purchased the download link leads to this message, "This file no more exists." RELATED TOPICS:http://www.prestashop.com/forums/viewthread/29552/installing_prestashop/virtual_product_download__hashed_filename - leads to next post...http://www.prestashop.com/forums/viewthread/29538/help_installation___upgrade/downloadable_products_dot__dot_mass_import_migration/ - this post suggests removing the security hash from the file upload process, leaving the file unencrypted? I have not tried this, the thread has not concluded this issue "solved". Is encryption important? Are the files still protected by their location in the download directory?http://www.prestashop.com/forums/viewthread/35893/configuring___using_prestashop/solved_problem_uploading_downloadable_files_exceeding_14mb - this post suggests forcing the php to upload the file directly, bypassing the memory and editing the php.ini file. Although I have tried this solution, my attempts to upload files over 50MB have timed out. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 2, 2010 Share Posted May 2, 2010 I'm in the file testing stages of a module to let you upload files via ftp, and assign them products (making those products downloadable).It should be on my store in the next couple of days. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 3, 2010 Share Posted May 3, 2010 Check out http://www.prestashop.com/forums/viewthread/53511/ fresh out of the oven.... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now