Jump to content

change upload limit?


Recommended Posts

I am building a download store for my church and we're wanting a public "pool" of sorts. I can add a downloadable product, but the file size for uploading is 128mb. I'd like to change that. How can I? OR, if possible I have the files already uploaded. Is it possible just to insert the url of the already uploaded file?

Link to comment
Share on other sites

Is it possible just to insert the url of the already uploaded file?


yes, you can do that by following steps.

1. Create you product with downloadable. upload a small file. (you will replace it later)
2. Go to your database to check the physically_filename of the product in the table ps_product_download
3. Upload the big file to following folder
YourSiteRoot/download
4. rename the uploaded file to the file name to looked up in above 2.

hope that will help you solve you problem

Link to comment
Share on other sites

×
×
  • Create New...