allo akshay
i'd a callback before this: uploadService.GetFileByName(sFileNameDateTime, new a42callBack_fileDownload());
and was successful, but how do i extract from the response object ??
in the callback class method onSuccess(object oResponse){
Upload upload = (Upload)oResponse;
upload.xxxx ??
i find no direct way to retrieve the downloaded file.
also how come no download object to refer instead of Upload ?
that is a bit confusing.
regards.
daniel