Declined
Last Updated: 30 Jun 2015 14:56 by ADMIN
ADMIN
Radoslav
Created on: 28 Jun 2013 06:43
Category: Compression
Type: Bug Report
1
FIX: PostbackCompression does not work when the Page contains upload control

		
1 comment
ADMIN
Radoslav
Posted on: 30 Jun 2015 14:55
RadCompression does not support the "multipart/form-data" content type. No compression should be applied in this case.
Generally, we do no need to compress if the request is a full page postback, compression is disabled, or, alternatively, the form's content type is multipart (e.g. when uploading files)
In this case RadAsyncUpload can be used