I uploaded some images using my form application then I created a grid application to show the records (including the image file). I know the images are stored in _lib/file/img folder of my website; but when I try to access this url in the browser http://mysite.com/myscriptcaseapp/_l…img/image1.jpg ; I am getting the error 403 forbidden.
The permission on the folder _lib/img is 0755(accessible to world) and on the image file 0644 (Meaning the world can read); I don’t understand what is wrong, I am thinking that the problem is with scriptcase.
I want all the images uploaded to be accessible directly how can I do that?