Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Unknown error while document upload. 1 error has occurred Error:

BansiApr 22 2022

Hi, I've created report with form for document upload.
first, there is one button which is redirecting to document report page (model dialog) and then report to form. in which I've passed document id from button target set items to item named id on report and then item named id from report to form page. on form page, id item is display only with list of value.
On form page, I am saving document directly in table without using apex temp files table.
file browse item settings: display as : inline file browse, storage type: blob column specified in item source attribute , mime type, filename, charset, last updated column all are as per table columns.
While uploading the document, sometimes it's showing this unknown error and sometimes allowing to upload.
image.png
I have already tried some testcases like size related and extension related
I'm not able to understand what exactly the error is about.
Please help.
Thank you.

Comments

anishjp

Anybody?

Answer

No...if you need more than that, might be time to look at something like APEX. Or build a rest api to pull the data and use your favorite js library to chart the data.
We're building this feature into SQL Developer Web - stay tuned.

Marked as Answer by anishjp · Apr 23 2021
anishjp

Okay, thank you. I will look at APEX then.

Regards,
Anish

1 - 3

Post Details

Added on Apr 22 2022
2 comments
645 views