Upload large file on doSubmit in javascript
558802Jun 25 2007 — edited Nov 30 2007Hi 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