File browse item type odd behaviour after upgraded to 21.1
We have an app that uses a file browse item type that sometimes isn't uploading an image file (JPEG) to the database and just returns an error of "An error occurred". This doesn't happen with all JPEG's just this one. It works absolutely fine in version 20 but acts weird in 21.1.
The file browse is set to use APEX_APPLICATION_TEMP_FILES.
The Chrome developer console shows this error -
"POST https://ourUrl/ords/wwv_flow.accept 503" and not a lot else.
I have managed to alter the JPEG file I am trying to upload by changing the width from 936 pixels to 600 pixels and it loads fine. Is there a config setting for version 21.1 for image file sizes that we need to set?
The file browse is set to use APEX_APPLICATION_TEMP_FILES.
The Chrome developer console shows this error -
"POST https://ourUrl/ords/wwv_flow.accept 503" and not a lot else.
I have managed to alter the JPEG file I am trying to upload by changing the width from 936 pixels to 600 pixels and it loads fine. Is there a config setting for version 21.1 for image file sizes that we need to set?
Tagged:
0