Hi,
I am trying to use @Urlencode for my file attachment link on the web. Does anyone know if it works for “&” or any notes.ini setting is needed?
I tried @Urlencode(“domino”;filename)
@Urlencode(“Platform”;filename)
but it does not work for “&”
Thanks for any pointers,
Padma
Subject: @Urlencode and “&” in attachments
Funny – I get %26 when I run an ampersand through @URLEncode.
Subject: RE: @Urlencode and “&” in attachments
Hi stan,
This is my formula.
@If(filename1=“”;“”;“a href=/”+@WebDbName+“/ByID/”+@Text(@DocumentUniqueID)+
“/$FILE/” + @URLEncode(“Domino”;filename1) + “?OpenElement “+ “" target =
"_new">”+filename1+”</]”)
Should it work the way you said here also?
Thanks,
Padma
Subject: Working now!.@Urlencode and “&” in attachments
Hi Stan,
Thanks for your response but looks like the parsing is fine, only the field that displays it is not configured correctly. When the oher symbols like “#” , “%” worked I thought this should too!
Thanks,
Padma
Subject: RE: @Urlencode and “&” in attachments
It should. What are you actually seeing?