Hi all, For my day job I have people sending me lots of photos from their mobile devices, at the moment just using whatsapp or avg shrink & send. I want to get a little better organised, so I'm wondering what would be better, to get do a mobile app or make a web app? Web app appeals more to me because I can use php to develop it to do more things if I want, plus won't have to worry about which OS or which version the mobile devices use. BUT! The shrinking bit will need to be done client side to save time and bandwidth, so I'm wondering if mobile devices might have any issues with using javascript to do this?
If I were you I would try to find a solution that already exists. think about using dropbox or google-docs. Maybe communicating and sending pictures via email too? That said, if you do want to come up with your own option, a web-app will be best. Client-side shrinking is a reasonable price to pay for a solution that will work on all platforms.