We need some good suggestions to improve the time for uploading photos to server(current we use dropbox, but we open to other option such as amazon S3.. etc)
When user take the photo, we encrypted the photos and upload it to dropbox/or our own server, but the photo size is 800/900 KB, and it take more than a minutes to finish it,
Currently we are exploring other option such as compression/decompression in both ends, and we are not sure whether it is worth compressing/decompressing the photos in order to save the time for uploading.
Any good suggestion would be appreciated!