APEX File Upload Error 404 and problems with validation
718554Jun 8 2010 — edited Aug 14 2010Hi everybody,
i have the problem, that I created a application to upload an file which worked out pretty fine. Later on I had to transfer it to a different apex server. Now I always get an error message when I'm trying to upload a file:
+Not Found
The requested URL /pls/apext/wwv_flow.accept was not found on this server.+
The error is occuring after uploading the file, I don't get to the following 'Process'.
I'm glad for every hint! is there any setting in Apex which blocks uploading a file?
-----
2nd question:
Same form, which worked out fine before on a different server.
I have a form with several list of values which are connected to database tables. On the first start of the form everythin works out fine. If a validation catches an error I get back to my form, but all LOV's are empty.
Any ideas on that?