Hi Has anybody successfully implemented image uploads to Amazon S3? A few threads mention it, but nobody seems to have done it successfully for iOS & Android.
I'm looking to integrate it into an existing app - iOS & Android, SDK 1.6.2 thanks
2 Answers
A quick google brings this up on the first page, looks like it's what you're after? https://github.com/tzmartin/Ti-Amazon-S3
Though if there's any problem with Android it's that you can't set the Content-Length headers during a PUT request. That's a known bug - I have the same issue on Rackspace CloudFiles when trying to do a PUT using Android. That bug is still open on JIRA https://jira.appcelerator.org/browse/TIMOB-7852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
Your Answer
Think you can help? Login to answer this question!