Re: [Interest] QHttpMultiPart not working.

2014-12-15 Thread Jason H
5.4.0/5.4/gcc_64/lib/libQt5Core.so.5 0x760505b3 ... I would appreciate any tips on how to debug this. Qt 5.4.0 > Sent: Friday, December 12, 2014 at 1:27 PM > From: "Jason H" > To: "interest@qt-project.org" > S

[Interest] QHttpMultiPart not working.

2014-12-12 Thread Jason H
I am trying to sendmultiple files in a multiart message. I've adapted the example, and there is never a boundary or content put out for any part. First the code: QHttpMultiPart *multiPart = new QHttpMultiPart(QHttpMultiPart::FormDataType); foreach (QVariant v, filenames) {