VirtualC Posted July 7, 2020 Share Posted July 7, 2020 We're creating a product that allows the customer to download several files upon payment. A couple of the files are 300MB or so. We're able to upload all the files except these large ones where after, what appears to be, a timeout, we end up at our WordPress backend page. I thought it was a WordPress file size limit but it's currently set to 1GB. Is there a file size limit on uploaded files? Where can I go to allow these files to uploaded and stored? Thanks in advance! 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted July 8, 2020 Share Posted July 8, 2020 Max upload size depends on PHP configuration. That said, there's no need to upload your file from interface. You can upload it with FTP to downloads directoy. Once done select the following option and enter your file name. 0 Quote Link to comment Share on other sites More sharing options...
VirtualC Posted July 8, 2020 Author Share Posted July 8, 2020 Cool. Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.