Getting file uploads working with Typo

Posted by markm Sun, 09 Nov 2008 05:44:00 GMT

Typo rocks.

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.