file upload timeout
670874May 29 2009 — edited Jul 9 2009Hi,
I developed an application to upload and download files using APEX 3.2.
In the page to upload files I have:
- a file browser item
- an upload button to submit the page
- a report based on wwv_flow_files showing the files I've uploaded.
When I submit, I branch to the same page to see the updated report .
So, basically I'm not adding any code by my own, I'm just using APEX processes.
THE PROBLEM IS:
when the file to upload is big enough, the submit process takes so many time ... and sometimes I get a timeout error.
Why it takes so long??? How can I solve this problem?
First, I thought there was something wrong in application or in my local environment but then I tried in Denes Kubicek's apex demo
(http://htmldb.oracle.com/pls/otn/f?p=31517:161:3863260177391401::NO:::) and I got the same result: the submit process took a while to be completed.
PLEASE HELP.