Hi
I must figure out how to solve upload and download text file using a Database Access Descriptor (DAD).
My configuration looks like:
<Location /mape>
SetHandler pls_handler
Order deny,allow
Allow from all
AllowOverride None
PlsqlDatabaseConnectString EWH_APP_DWH
PlsqlAuthenticationMode Basic
# PlsqlDefaultPage prepaid.welcome
PlsqlDocumentProcedure write_info
PlsqlDocumentTablename dmb.documents
PlsqlDocumentPath docs
PlsqlUploadAsLongRaw *
</Location>
I created table and package by article
http://www.oracle-base.com/articles/10g/file-upload-download-procedures-10g.php.
So when I choose the file and enter submit on web site I got an error:
The requested URL /mape/document_api.upload was not found on this server.
I don't know where is the problem.
Does anybody know how to do it right ?
thanks a lot
Regards
Martin