3

During image upload on iOS we experience a memory spike at the end of the upload and we get memory warnings during upload of a picture taken by the camera (experienced on iPhone 5 and simulator). Additionaly, the upload takes pretty long. For our app we don't really need the full quality photo of the user.

Is there a way to resize the image before upload (like there is a setting for upload quality of a video)?

Matthijs
  • 1,315
  • 12
  • 12

1 Answers1

1

Client side resizing is not currently supported. I'll add it to our tracker.

(It's worth noting that if you ask for an image/jpeg instead of an image/png, the size of the photo is significantly smaller)

Liyan Chang
  • 7,721
  • 3
  • 39
  • 59