you can do that with the current sdk, look into luasockets. we support http but is not very well documented on purpose. we are trying to make the http api much more robust.
we will get some sample code to do this in the future. I can get you some code in a few days
carlos [import]uid: 24 topic_id: 537 reply_id: 1048[/import]
if they do not resolve camera problem (the application crashes both in SDK environment and on iPhone) we can not discuss about how to transfer image from iphone to web server
About transfer they exist a few solution as web popup with form tag and “file” input tag (and php server) or lua ftp socket .
Add on 22 March
I checked the possibility to transfer by using the tag “form” and type input “file”: it is not possible.
Both because iPhone browser does not accept “Choose file” and because it is not possible to set value in type input “file”.
[import]uid: 2735 topic_id: 537 reply_id: 1302[/import]
Are examples of a POST image upload using luasockets still coming? I’m not comfortable using the ftp to transfer images to a server and have not had any luck uploading any images via a POST.