Home » Developer & Programmer » Application Express, ORDS & MOD_PLSQL » upload text file through DAD (Oracle 11g)
upload text file through DAD [message #603388] Sat, 14 December 2013 13:13
mape
Messages: 298
Registered: July 2006
Location: Slovakia
Senior Member
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
Previous Topic: Installing Oracle apex 3.2 in oracle 10G enterprise edition
Next Topic: Changing column order in an interactive report
Goto Forum:
  


Current Time: Thu Mar 28 16:52:30 CDT 2024