Page 1 of 1

Flag images for upload

Posted: Mon Aug 18, 2014 4:55 am
by Ross

Hi there,

I want to be able to "flag" images from my gallery so my app knows what to use for uploading.

I.e. as I go about my daily routine I want to be able to flag images as I take them so that when I am ready, I can just go and upload all the flagged images without having to go through my gallery. I do however want to be able to flag images at any time (i.e. if I take an image now I want to be able to flag it now or flag it in the future).

Does anyone know if this is possible using Appery? If so are there any tutorials about this?

Regards,


Flag images for upload

Posted: Mon Aug 18, 2014 6:24 am
by Kateryna Grynko

Hi Ross,

Could you please clarify whether you want to select needed files in gallery and send to your app, or do you need to open a gallery from your app to select files?


Flag images for upload

Posted: Mon Aug 18, 2014 6:27 am
by Ross

Hi Katya,

I guess I want to be able to do both, at the end of the day I want to be able to flag specific images until I am ready to upload them to a server, at which point I would merely need to click "Upload" and it would upload all of the previously flagged images at once.

So it would be great if I could do it through the gallery AND the app, with the same result.

Thanks a lot for your reply!


Flag images for upload

Posted: Mon Aug 18, 2014 7:21 am
by Kateryna Grynko

Hi Ross,

It's not that ease to implement this via gallery. You can check these references:
http://www.infragistics.com/community...
http://ios.biomsoft.com/2012/04/03/re...
https://developer.apple.com/library/i...

To implement the app part you could save all the selected files to localStorage and then upload them to server.