Hi,
I've been searching around for some time now and cannot find an answer to my
question.
I know that is possible to register more MIME types into a website, and even
a folder. But can you restrict mime types for one folder.
Example: I have a folder /test under
www.somesite.com. From this folder I
would like to restrict GIF files from being downloaded. The best scenario
would be to only allow asp files to be parsed and nothing else. The purpose
is that I want to authenticate download of resources in a folder. I cannot
move the files due to design restrictions in another part of the system.
When a user uploads a file, lets say, Image.gif, an asp file is
automatically created with the namne Image.gif.asp that takes care of
authentication and creating the stream. The whole idea might be bad, thats
why I'm asking you guys.
Thanks
/Johan