Hide upload folder

  •  07-15-2010, 1:41 PM

    Hide upload folder

    I'm using the standard upload folder. I hid it using the code below:
     
    myEditor.Setting["security:HideDirectoryList"] = "~/uploads";
     
    Problem is I can still see the folder in the browser. For example, if I access the folder in firefox ("www.mysite.com/uploads") it would actually list all the files uploaded. This is a serious security issue. How can I hide the "uploads" folder from being accessed?
View Complete Thread