I'm trying to crop an image and later upload it. However, when it has more than 1000x1000 pixels, it returns an error "error 403: Forbidden"
Are there any image limitations for importing? My Outsystems version is 11.12.3
Hi Crisnei,
In theory, you should have no limitations. I suggest you to debug the app when you upload the image and see if it recognize and collect it in the aggregate or local variable (or where you store the image in client side). Also, check service center logs and look what description you get back, and let we know what is your results
Kind regards,
Sergio
I'been trying debug. But when i did the upload, the debugger screen don't return anything.
That error only happens when the image size is more than 1000 x 1000 pixels.
can you send a screenshot of the error you encountering?