How to upload file to Amazon S3 in Qt 4 using their REST API? 开发者_高级运维Maybe there are ready libraries already? Thanks!
Was messing around that issue yesterday, and found QCloud repo ( on 7 page oF Google ), that is a realy good point to star with...
repo
author's summary with some examples and fundamentals
Uploading a file using a REST API is just using HTTP POST method. You can already find answer on this question on Stackoverflow - see Upload file with POST method on Qt4
精彩评论