Hello,
I have a question about the use of the importFrom(...) procedure from the ORDSYS.ORDImage Package...
I download images from a http-Link in an imgBlob with the following line of code....
ORDSYS.ORDImage.importFrom(ctx, imgBlob, sSourceType, sImagLinkPath, sImageName);
Everything worked fine so far...but since a few days i have a additional image source I try to download images from...
The problem is the http response I got from the image link includes no Content-Type and size header....
This causes an Exception when the importFrom procedure is called....
The Exception describes a problem with a missing header in the UTL_HTTP package (which is used internally when the importFrom procedure is called).
Is there a possibility to configure the ORDSYS.ORDImage package that there's no exception when the Content-Type Header is missing??
Any idea/help would be appreciated.....
Thank You!!!
I didn't find the right solution from the Internet.
References
http://www.orafaq.com/forum/t/187175/