05-04-2010 01:08 AM
I have written the below code in webdynpro java and trying to open the images in 8700 smart phone model.
if
(null != byteFile) { (null != cachedWebResource) {
cachedWebResource =
WDWebResource.getWebResource(
byteFile,
WDWebResourceType.UNKNOWN);
cachedWebResource.setResourceName(
"testdoc.jpg");
if
deliveryDoc = cachedWebResource;
}
}
I used linkto URL and filedownload UI elements to view the images.
Cheers,
Pavani