if(reply->rawHeaderList().contains("Content-Disposition"))
check=reply->rawHeader("Content-Disposition");
else
check="no result";
The result is “no result” Is this a bug, or is there any work around!
if(reply->rawHeaderList().contains("Content-Disposition"))
check=reply->rawHeader("Content-Disposition");
else
check="no result";
The result is “no result” Is this a bug, or is there any work around!