Problem with use of ORDSYS.ORDImage.importFrom(....) [message #582244] |
Tue, 16 April 2013 06:15 |
![](//www.gravatar.com/avatar/c44ee5a9dea7f05ee135cadd05b9bd6f?s=64&d=mm&r=g) |
PhilXFan
Messages: 1 Registered: April 2013
|
Junior Member |
|
|
Hello everybody....
First of all sorry in advance for my bad English.....
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 all in advance....
PhilXFan
|
|
|