cancel
Showing results for 
Search instead for 
Did you mean: 

how to make file path as hyperlink

Former Member
0 Kudos

hi gurus,

my scenario is i want to store image on application server. and send the mail to authorised person with file path as hyperlink,

so that person can click on that link and see uploaded image is it possible and how /

right now i am abale to store image in binary format so not able to display it

and i can send file path in mail but not in hyperlink format..

thanks in advance....

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member213957
Participant
0 Kudos

Hi sumeet,

For your scenario you need follow below cases:

1. upload image via, open dataset (AL11) and get the path ---in abap

     use upload ui element and get the path and send the email ----- webdynpro abap

2. if you want show path as link in email ,then scripting is required to convert for text to hyperlink text .

3. After conversion, may be your browser not support to all type images ( like binary..).then you have to check the block image history..for that..follow below option in outlook.Because these option is initially unchecked for security purpose..

  1. Click Start, point to Programs, and then click Outlook Express.
  2. On the Tools menu, click Options, and then click the Security tab.
  3. Click to clear the Block images and other external content in HTML e-mail check box.
  4. Click OK.

If you really want scripting for hyperlink then i will get back you later!!!

regards,

Kishorekumar

Former Member
0 Kudos

hi kishore kumar

can u send me scripting for hyperlink. i wanted to use in my application

thanks in advance...

former_member213957
Participant
0 Kudos

Hi Sumeet,

Sorry for the late, i forgot to check your reply.

Before sending the text to the mail, do the same like below

<html><a href  " your system path image link"></html>

combine you mail text  with above line after get the file path and simply send the the mail.So, you path of image link acting as a hyper link.

regards,

Kishorekumar