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!

Upload large file on doSubmit in javascript

558802Jun 25 2007 — edited Nov 30 2007
Hi all,

I'm currently having some problems uploading large files using a custom Upload button (button calls doSubmit from javascript).

When using an Upload button with unconditional branch to the same page (no js) it works perfectly. Now I have to use my own Upload button that calls some javascript and AJAX and then Submit the page (with doSubmit); in this case I can only upload very small files (< 100k) ...

I understand the mechanism of the file browse and its uploading to the table WWV_FLOW_FILE_OBJECTS, but I cannot figure out why my configuration does not work when it does stricly the same but from js ...

Someone experienced the same issue ? How to submit the upload in javascript side with doSubmit ??

Best regards,
Othman
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 28 2007
Added on Jun 25 2007
5 comments
905 views