Hi, I've been reading the documentation for QNetworkReply and I see there is a setReadBufferSize which can be used to throttle downloads. Is there an equivalent setWriteBufferSize to throttle uploads or will this require creating a QIODevice derived object to handle the throttling? Thanks.