How to open an attachment in an xpage using a link url? What are all the fields iln the url? Pls explain. Also about the document folder created in the 'xsppers' folder.
相关问题
- Upload file to Google Cloud Storage using AngularJ
- Unresponsive buttons after certain time
- codeigniter $this->upload->do_upload() = false
- Vuetify File Uploads
- Upload file to Google Drive from URL using REST AP
相关文章
- File Upload of more than 4GB
- The current request is not a multipart request - S
- Input file in laravel 5.2?
- Why does my form not upload files in Internet Expl
- PHP ftp_put fails
- How to save to a file system directory in Grails
- Upload files outside of webroot
- angular4 local variable issue for *ngFor
The short answer how to open a attached Image is:
you can create this link with:
placing this link in the
src
attribute of an<img>
or in theurl
attribute of the<xp:image>
tag will dislay this image on your xPage. This example works fine for me but for other Attachments you maby have to add?OpenElement
after the AttachmentName.Update: I did a short experiment on this with a pdf file and it worked without the
?OpenElement
just use the code to generate the url it should work. Additional you can look @ Link.