On Tue, Dec 9, 2008 at 2:34 AM, ankuraeran <[EMAIL PROTECTED]>
[...]
>                                $this->view->img  = APPLICATION_PATH . 
> 'uploads/'.$uploadedData['file'];

I guess you are trying to display the image uploaded. But you are storing
the image inside application path, which usually isn't accesible via web.

Depends on your structure, but usually:

/path/to/project
                         /application          <- APPLICATION_PATH
                         /public                   <- public directory

And uploads should be stored in /public/uploads
so you can use in your view scripts <img src="/uploads/pic.jpg" />

Hope that helps.

Regards,

-- 
Rolando Espinoza La fuente
Pro Soft Resources  Inc.
www.prosoftpeople.com

Reply via email to