Has anybody found a way to limit the size of photos uploaded through iOS? Using a standard file input field results in massive images (like 2448x3264 and at least a couple mb) which take quite a while to upload, especially if you have a poor connection.
I found a couple tutorials about how to take an image from a file input and resize it with canvas, but I'm not sure that's going to work for my situation.