Hello
I have a working code which upload file through http post ( I pasted code here [paste.ofcode.org] )
I want to integrate http posting in to my own program and use it.(I pasted my own code here [paste.ofcode.org])
but for no reason my program will close after clicking add upload button
I guess QHttpMultiPart is the problem
self._reply = self.parent().post(request, multiPart)
Where or what I’m doing wrong ?
thanks
↧