Skip to content
iamcam edited this page Sep 13, 2010 · 2 revisions
  • Clone from github : in your plugins directory type
    git clone git://github.com/jrbasso/MeioUpload.git meio_upload
  • Add as a git submodule : in your root type
    git submodule add git://github.com/jrbasso/MeioUpload.git app/plugins/meio_upload
  • Download an archive from github and extract it in
    app/plugins/meio_upload

If you require thumbnails for image generation, download the latest copy of phpThumb and extract it into your vendors directory. Should end up like: app/vendors/phpThumb/{files_here}. (http://phpthumb.sourceforge.net). If you run into a fatal error Class 'phpthumb' not found in /path/to/plugins/meio_upload/models/behaviors/meio_upload.php check the file permission on the phpThumb directory and make sure your web server has the appropriate access.

Clone this wiki locally