File_column plugin problems

Hi,

I am using file_column plugin to upload files.
By using this , i have successfully upload files in my local file
system.
When i am going to view all these uploaded images then the
url_for_file_column which is explictly used to view the uploaded file
URL, is displaying wrong url.

Something like this :-
http://localhost:7070/public/development/images/id/
I am not getting where does it takes the extra development path while
accessing the file urls.

Any help in this regard is appreciable as it is very urgent for me.

Thanks,
Manoj

Manoj kumar Panigrahy wrote:

Hi,

I am using file_column plugin to upload files.
By using this , i have successfully upload files in my local file
system.
When i am going to view all these uploaded images then the
url_for_file_column which is explictly used to view the uploaded file
URL, is displaying wrong url.

Something like this :-
http://localhost:7070/public/development/images/id/
I am not getting where does it takes the extra development path while
accessing the file urls.

Any help in this regard is appreciable as it is very urgent for me.

Thanks,
Manoj

Hi,
yes I get the same problem, anyone how to solve this?