Hi,
I have followed this tutorial
http://docs.appery.io/tutorials/uploa...
and on png image file upload it gives me error alert and navigate to page as well. Both error and Success are working and file is also uploaded.
This is what I have implemented:
On service error : alert("Bad Request");
On service success : navigate to page xyz
Why it shows the alert "Bad request" if file is uploaded after that. What I am doing wrong?