Harsha M V
Harsha M V

Reputation: 54949

CakePHP Image/File Uploader Plugin

I am looking for a decent working Image/File uploader for CakePHP 2.1.

I am using Meio Uploader and it gives me weird errors all the time -> Invalid File type even though i have configured to upload a JPG file.

Upvotes: 1

Views: 4755

Answers (3)

thecodeparadox
thecodeparadox

Reputation: 87073

Use can uploadify, its very easy to implement with CakePHP 2.1.

Upvotes: 1

thecodedeveloper.com
thecodedeveloper.com

Reputation: 3240

Ajax File Upload using jQuery and CakePHP Media Plugin

http://pixelcone.com/tutorial/ajax-file-upload-using-jquery-and-cakephp-media-plugin/

Upvotes: 1

yetanotherse
yetanotherse

Reputation: 500

You can try Cake PHP media plugin which is a fork for Cake 2.0 of popular Cake media plugin by David Persson.

I am using the original plugin on a 1.3 installation and it works great.

Upvotes: 2

Related Questions