Hi. I’m trying to upload images to my server from an app that I made using Corona SDK. I can upload images through the simulator, and everything works fine. I can also upload smaller images through the app on my phone, but images that are bigger, crashes the app. I get the following error in the console:
*** ASL MESSAGE SIZE (9372279 bytes) EXCEEDED MAXIMIMUM SIZE (2048000 bytes) ***
Is there anyway for me to configure the maximum size?
Thank you in advance.