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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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 there @skinniyah,
As long as you are using EXT4 this should work as normal.
I could suggest making sure that the user that your web server is running as is actually the owner of the folder that you are trying to write to.
If you are using Nginx or Apache, the default user is www-data, you could change the ownership of your upload directory with the chown command:
chown www-data:www-data /path/to/upload_directory
Let me know how it goes. Regards, Bobby