Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>Edit (2015):</strong> Please see the <a href="https://github.com/FriendsOfCake/awesome-cakephp#files" rel="nofollow noreferrer">Awesome CakePHP</a> list for current file plugins (2.x branch <a href="https://github.com/FriendsOfCake/awesome-cakephp/tree/cake2#files" rel="nofollow noreferrer">here</a>)</p> <hr> <p><strong>Edit (2013):</strong> This answer is now a bit dated, so I will just leave a list of all mentioned upload plugins:</p> <ul> <li><a href="https://github.com/josegonzalez/upload" rel="nofollow noreferrer">josegonzalez/upload</a></li> <li><a href="https://github.com/milesj/Uploader" rel="nofollow noreferrer">milesj/Uploader</a></li> <li><a href="https://github.com/szajbus/uploadpack" rel="nofollow noreferrer">szajbus/uploadpack</a></li> <li><a href="https://github.com/webtechnick/CakePHP-FileUpload-Plugin/tree/cakephp2.0" rel="nofollow noreferrer">webtechnick/CakePHP-FileUpload-Plugin</a> (2.0-branch)</li> <li><a href="https://github.com/bmcclure/CakePHP-Media-Plugin" rel="nofollow noreferrer">bmcclure/CakePHP-Media-Plugin</a> (2.0-branch)</li> <li><a href="http://wiki.github.com/davidpersson/media/" rel="nofollow noreferrer">davidpersson/media</a> (1.3.x-only)</li> <li><a href="http://github.com/jrbasso/MeioUpload" rel="nofollow noreferrer">jrbasso/MeioUpload</a> (deprecated)</li> </ul> <hr> <p>Original answer (from 2010):</p> <blockquote> <p>You might consider using the <a href="http://wiki.github.com/davidpersson/media/" rel="nofollow noreferrer">Media plugin</a> that was talked about at the last CakeFest. It is fairly comprehensive, containing features such as creating file variations (ie. thumbnails of images or video), helpers for outputting different types of files, and elements to help create multiple-file upload forms more quickly; and also had a strong focus on security from the outset as I can gather from <a href="http://www.slideshare.net/real34/the-cakephp-media-plugin" rel="nofollow noreferrer">the slides</a>. I use it in production and find it works well, plus it seems to be under more <a href="http://github.com/davidpersson/media/commits/master" rel="nofollow noreferrer">active development</a> than other options I have seen if that's anything to go by (eg. <a href="http://github.com/jrbasso/MeioUpload/commits/master" rel="nofollow noreferrer">MeioUpload behavior</a>, <a href="http://github.com/milesj/cake-uploader/commits/master" rel="nofollow noreferrer">Uploader plugin</a>, <a href="http://github.com/webtechnick/CakePHP-FileUpload-Plugin/commits/master" rel="nofollow noreferrer">FileUpload plugin</a> and various Bakery/blog posts on the topic).</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload