(0000120)
ozanpakyuz (administrator)
2010-04-12 11:23
|
The file_daownloads and support_uploads folders have been moved into the App_Data folder as this is restricted to direct access by default by IIS and the .Net framework so this will secure direct anonymous access to files.
A custom file handler has been included that does have access to the app_data folder and will serve the files to the user provided that the user has been authenticated i.e Logged in.
This new method has been applied to the following areas:
User - adding a new uploaded to an incident
User - adding an upload to a reply
User - viewing attachments in the incident detail page
Staff - adding a new uploaded to an incident
Staff - adding an upload to a reply
Staff - viewing attachments in the incident detail page
Staff - Adding new file downloads
Staff - Editing file downloads
Staff / User / Anonymous - Accessing file downloads |