Getting file uploads working with Typo
But, when you install Typo 5.1.3 from the typo gem, file uploads will not work. The problem is that the folder for uploads is missing.
The fix is simple. You need to make a folder called files in the public directory of the website. Don’t forget to fix the permissions on the folder so that your webserver is able to write files there.