This article includes how to upload and store files, because I've seen a lot of discussion about that too, but if you're just interested in how to use the MediaView class scroll down.
Handling file uploads in CakePHP
First let's start with the required form, to create a file upload form all you have to do is this:
The "type" in the options of Form::create() takes post, get or file. To c...
