Read imag File image in oracle form - oracle10g

I want to upload image in oracle form and I used this code
READ_IMAGE_FILE('C:\DevSuiteHome_2\forms\kalam.jpg','JPG','XXFLT_DRIVERS.DRIVER_IMAGE');
in upload button but whenever I pressed the upload button I got error
'FRM-47109:Cannot locate image file'.

Related

save dummy image to FirebaseStorage flutter for user update them later after sign up

i have both upload image method to firebasestorage and update image from firebasestorage.
but in my case i want a tameplate dummy image link create when sign up without user input so when user edit their profile they have empty background image. any suggestion how to make it?
while signing up the user send empty string into image key and in the edit image option check that image key whether it is empty or not, if it is empty then show a demo image from project asset fold or from network image or if image is already there then show that image as it is.

ANDROID : Loading Image From link stored in mysql db in imageview?

I want to load image in card view with other data like title and desc.
I am uaing php to get result as json response which is working and also i am able to set data to textview and pass from one activity to other !
Only problem i am facing is in setting image in image view.
i can add image manually by making listview obj and storing link in ArrayList obj
Like obj.add(R.drawable.feature1.jpg)
How to do it dynamically from the json response i am getting ?
Sorry if i sound confusing as i am new to android and just want to make a image gallery where first i will display list of albums and after clicking one of albums all images from that albums are loaded and displayed.
{"products":[{"mid":"1","title":"Demo Video 1","link":"https:\/\/m.youtube.com\/watch?v=PCwjNfSM-U","mediaCreatedOn":"2015-08-30 18:59:18","mediaUpdatedOn":"0000-00-00 00:00:00"},{"mid":"2","title":"Demo Video 1","link":"https:\/\/www.youtube.com\/","mediaCreatedOn":"2015-08-30 18:59:18","mediaUpdatedOn":"0000-00-00 00:00:00"}],"success":1}
The above is the output from server side where only the youtube link is replaced by server img location.
Thank you for reading, have a nice day ahead :)
1:You can store image to database Example:mysite.com/img/34324234342.png (phpMysql)
2:And you can get image from php rest service (Only image link)
3:For load image from link , you can use picasso library (android)
4:If you want image with text, you can use custom listview
Example xml for restful service.
<myimage>
<title>abc</title>
<ipath>mysite.com/img/34324234342.png</ipath>
</myimage>

how to combine Jasny Bootstrap with ResponsiveFileManager 9.8.1

I wanna to combine Jasny Bootstrap file upload with Responsive File Manager 9.8.1. for example when I use Jasny Bootstrap File Upload and click on the select file, show me Responsive File Manager 9.8 in pop-up and when I select image, the image thumbnail shown in Jasny Image upload widgets.
Jasny Image upload widgets
Responsive File Manager 9.8.1
It's very simple.
You must change in
and after open the link of filemanager passing fieldID=your id on url.
See the example in demo page on Select All Files:
http://responsivefilemanager.com/demo.php

Issue with browse and upload new thumbnail in the template of CQ 5.5

I have provided thumbnail image for my templates. The thumbnail has jcr:content with property as below
name jcr:data
type boolean
value view
On double click view we get a browse option to upload new image from file system. But on selecting an image and clicking "OK" button the window isn't closing, though the new image gets uploaded in the thumbnail. And thus we have to close it either by clicking the "cancel" button or the 'X' (close) button.
Any solution to fix the "OK" issue.
Thanks.
I think this is a bug in CQ, because I have the same problem. I don't think CRXDE Lite can handle uploading an image directly. I would recommend creating a new package with a filter for just that image (/apps/myproject/templates/htmlpage/thumbnail.png). Build the package and then download it. Extract the package and replace the image with the new thumbnail. Rezip the package and upload it to your CQ instance, then click the install button. This workaround will let you update the image.
There is also a way to directly access the JCR filesystem. In Mac OSX I open up Finder and hit CMD-K to connect to the CQ instance directly. Then I can just drop the new image in directly. I'm not sure what environment you're working in, so your mileage with this approach may vary.

How to use more than one ace:fileEntry tag in the same page?

I have a page that should contain two ace:fileEntry tags: one to upload an audio file and another to upload an image file. The page should also have a save button. When clicking on the save button, I want to check if both an audio file and an image file are selected to be uploaded.
How can I accomplish that?
http://jforum.icesoft.org/JForum/posts/list/21126.page
Here is where this question is being responded to on the ICEfaces forums.