Report this

What is the reason for this report?

Uploading wordpress theme

Posted on December 29, 2020

Can I upload my wordpress theme through spaces? It won’t accept the zip file due to its size via my wordpress dashboard so I’d like to try and upload it in a space or Cyberduck. I’m having trouble creating a new user to gain access to Cyberduck yet. Everything is asking for more space which I thought the ‘space’ in digitalocean would solve.

Any advice?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @sgperrin,

You should be able to upload it via your dashboard without a problem, you’ll just need to adjust some settings. You’ll need to adjust the upload_max_filesize and post_max_size. Both of these settings can be found in your php.ini file. Once you do adjust them accordingly to your needs:

post_max_size=900M
upload_max_filesize=900M

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.