Good evening, I want the pictures on the site to open through a handler, like this: http://yiiframework.ru/forum/download/file.php?avatar=5301_1377506680.png
how to implement it?
I tried it differently: I write img src through a het and transfer the image name, and in the handler I simply tried the echo "obsalyutny url to the image", zero result, tried to change the content type header('Content-Type: image/jpeg'); also zero (
Tell me please.