Example
The following example allows the FileUploader.NET to optimize all
pages and ignore all pages which request path includes the 'WebForm'
string; sets 500kb buffer size and sets temp folder by enviroment
string.
<Mediachase.FileUploader.McHttpModule>
<httpPost BufferSize="512000"/>
<httpFile TempStoragePath="%TEMP%" />
<pageFilters>
<allow RequestPath="*"/>
<deny RequestPath="*WebForm*"/>
</pageFilters>
</Mediachase.FileUploader.McHttpModule>