I know how to take a picture and upload it with flex mobile, but i have seen that the Dropbox app automatically uploads the photo that you take using the default camera app.
can this be made in flex mobile or how does Dropbox do it?
I know how to take a picture and upload it with flex mobile, but i have seen that the Dropbox app automatically uploads the photo that you take using the default camera app.
can this be made in flex mobile or how does Dropbox do it?
Maybe you can do it by using the Camera ANE by distriqt
You get the picture as BitmapData and then upload it by using URLRequest or URLStream.
Also you can try FileReference for uploading.