Showing posts with label yii. Show all posts
Showing posts with label yii. Show all posts

Sunday, February 5, 2012

Image resize filter for xupload in Yii framework

I was recently testing a wonderful AJAX upload widget xupload for Yii framework and decided that I want to resize the picture after it was uploaded. I found another extension Image that did the trick perfectly, but one question remained: where should I put image resize code, so that I wouldn't have to change the xupload code?