*
**/
public IUploadFile getUploadFile(String name)
{try { __CLOVER_240_0.M[1282]++;
__CLOVER_240_0.S[6211]++;IMultipartDecoder decoder = getDecoder();
__CLOVER_240_0.S[6212]++;if ((((decoder == null) && (++__CLOVER_240_0.CT[1100] != 0)) || (++__CLOVER_240_0.CF[1100] == 0))){
__CLOVER_240_0.S[6213]++;return null;}
__CLOVER_240_0.S[6214]++;return decoder.getUploadFile(_request, name);
} finally { }}