I and My team are working on a project where our main task is to block the browser or particular website to have upload access. For eg, if we go to Facebook and want to upload a new profile picture, the Fb website allow us to open our system directory and traverse through our system file. We want to prevent this access of uploading files on websites.
My friend suggested that it can be done using Windows Driver. I have a basic knowledge of C++, registry, and service API functions. My queries..
- Is there any other way to block these upload access by browser?
- If Windows Driver can do it, then what should I learn and where to start?
- Is it possible using a Storage driver or file system driver?
Thank You