I have web server which allows for image uploading. When the user uploads an image, it uploads onto the server but when try to access the file using the browser from other pages it is giving me:
403 forbidden
What kind of permissions should the files have for accessing the images publicly?