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:
We’re using our own API that we build using Ruby on Rails. I just realised that the issue was from the server side, so I’ve compressed the image to a manageable size, before transmitting it. It works now. Thank you!
We’re using our own API that we build using Ruby on Rails. I just realised that the issue was from the server side, so I’ve compressed the image to a manageable size, before transmitting it. It works now. Thank you!