0

How to upload file to Amazon S3 in Qt 4 using their REST API? Maybe there are ready libraries already? Thanks!

Piotr Dobrogost
  • 41,292
  • 40
  • 236
  • 366
Sbioko
  • 107
  • 1
  • 8

2 Answers2

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...

repo

author's summary with some examples and fundamentals

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