0

I am using cakephp 2.1 and developing an application that does upload the images. So I need a plugin that does like

1.Validate an image. 2.Crop the image by custom size. 3.deletes an image file after the entry from database get deleted.

Please suggest me some plugins which include all these functions.

4

1 に答える 1

0

Meio Upload: https://github.com/jrbasso/MeioUpload - 最近廃止されましたが、それでも問題なく動作します。それは私が現在使用しているものです - おそらくすぐに Upload Plugin に切り替えるでしょう。

アップロード プラグイン: https://github.com/josegonzalez/uploadこれは新しいプラグインで、Meio Upload を置き換えることを目的としています。

CakePHP メディア プラグイン: https://github.com/bmcclure/CakePHP-Media-Plugin私はこれを使用していません。セットアップは明らかにかなり複雑ですが、非常に優れています。

于 2012-11-25T07:43:46.907 に答える