Client-Side Filtering
JavaScript Off
Turn off JavaScript in the Browser. This will work provided the site doesn't require JavaScript in order to provide basic functionality. If turning off JavaScript completely will prevent the site from working at all then this method is not suitable.
Intercept && Modify
Intercept and Modify the Incoming Page. BurpSuite [Proxy - Options - Intercept Client Request - Edit (File Extensions) - Remove ^js$] [Do Intercept - Response To This Request]
Intercept File Upload
This method works before the Web Page is loaded, this method allows the Web Page to load as normal, but intercepts the file upload after it's already passed (and been accepted by the filter).