Can't download files: error 404
Hi,
I tried to implement upload and download of files. I followed the instructions in the "2 Day + Application Express Developer’s Guide", release 2.2. The upload is working fine, but when I try to download, I get a 404 (file not found) error.
"The requested URL /pls/apex/p was not found on this server."
I checked in SQL*Plus, and the procedure p exists and is executable by the application owner.
In the error.log, I find the following error message:
"mod_plsql: /pls/apex/p HTTP-404 ORA-01722: invalid number\nORA-06512: at "FLOWS_020200.WWV_FLOW_FILE_MGR", line 96\nORA-06512: at "FLOWS_020200.P", line 26\nORA-06512: at line 22\n"
I searched the forums, but couldn't find anything helpful.
Any idea what went wrong ?