QFile *f = new QFile(filename);
f->open(QIODevice::ReadOnly) 
...
nam.post(req, f);
...

// sometime later in the finished slot:
finished(QNetworkReply *reply) {

 // how to close and delete f ? (The QFile object)

}

Thanks
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to