hi,
i have a web page (generated from oracles application server) with a 'file' input box (ie. tag of '<input type="file">')
The DAD is set up to put this in a table and call the procedure to process it.
All this worked merrily until we started getting the latest office documents , of type docx.
It is now seeing these as having a mime type of 'application/octet-stream' which we deliberatly filtering out.
If there any way/configuration changes that i can do to make it recognise these as a document?
I tried changing the mime.types file in apache to include :
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
but that doesn't seem to have worked.
obviously i could make the procedure called after the upload 'fudge' docx to being of type document, but if possible i would rather the appserver recognised correctly.
thanks,
andy
i have a web page (generated from oracles application server) with a 'file' input box (ie. tag of '<input type="file">')
The DAD is set up to put this in a table and call the procedure to process it.
All this worked merrily until we started getting the latest office documents , of type docx.
It is now seeing these as having a mime type of 'application/octet-stream' which we deliberatly filtering out.
If there any way/configuration changes that i can do to make it recognise these as a document?
I tried changing the mime.types file in apache to include :
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
but that doesn't seem to have worked.
obviously i could make the procedure called after the upload 'fudge' docx to being of type document, but if possible i would rather the appserver recognised correctly.
thanks,
andy