How to upload file to Amazon S3 in Qt 4 using their REST API? Maybe there are ready libraries already? Thanks!
Asked
Active
Viewed 3,216 times
2 Answers
1
Was messing around that issue yesterday, and found QCloud repo ( on 7 page oF Google ), that is a realy good point to star with...

Mark
- 719
- 5
- 4
0
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

Community
- 1
- 1

Piotr Dobrogost
- 41,292
- 40
- 236
- 366