Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to get the URL of an image?

602857Oct 13 2008 — edited Oct 14 2008
Hi everyone!

I have a problem with the images uploaded in apex.
The problem is images don't show in the report, it is due to the image's url.
I had tried with many different url's that I found then in some examples but I do not get good result.
These are what I had tried.

<img src="#WORKSPACE_IMAGES#imagename.jpg">
I do not know if the variable #WORKSPACE_IMAGES# must be asign a value, in this case what do I must do?

In other examples I found with /i/ I thought that it must be the images'directory.
Also I omitted the / at the ending of the tag but its the same result.

<img src="/i/imagename.jpg"/>

How do I get the images' directory or url?

Could u help me with this problem please?

I would thank you your prompt reply.

Best Regards.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 11 2008
Added on Oct 13 2008
7 comments
1,119 views