Realpath() For Facebook Event Picture

Hello,

I want to add a picture to a Facebook Event. For this I need the function realpath(). My images are stored as a BLOB in a database. To display the images I use a Image controller, for example www.url.com/Image/imageid/12343. This controller will show the image.

But how can I now access this Image / Controller with realpath()? I always get an empty string.

Thanks…