How can I issue a POST request over a QWebView instance?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the information below will help you:
1). Standard Qt example project, called “previewer”, which comes with Qt SDK, may help you. For me, the absolute path is:
QWebView class, as I could test it, supports “post method”, i.e. you can free open URL with POST page, and tap on the “Open file” button and after that upload any data.
2). About a month ago a have some kind of a problem with posting data (any files) to server, and here was my question.