create link to open uploaded file
create link to open uploaded file
marboed
Posts: 5Questions: 2Answers: 0
Hi,
I tried to create link to open the uploaded file so user can see the uploaded file in details rather that just show thumbnail.
it seems like it does not support html? caused it is like auto close the <a href> tag and prevent the link to be happened.
any advice would be very appreciated. thanks very much in advance.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
very sorry my bad, I figured it out already.
cheers
Thanks for posting back. Just to explicitly state the solution, it looks like the opening
a
tag was self closing. Removing that self closing/
hopefully would have fixed it.Allan