Multiple images on XPage

Hello,

Needing some help with trying to create an XPage which allows users to upload multiple images and display them to anyone who views the page. The page is a Company News page, where multiple images may be required.

Does anyone know how to do this and can help me? Can I use “image slideshow” code found on the net? If so, how do you link the slideshow javascript to the images uploaded onto a Notes Document.

Really appreciate any help.

Thanks

Jamie

Subject: Re: Multiple Images Upload

I would suggest you have a look at the multiple file upload example by John Mackey http://www.jmackey.net/groupwareinc/johnblog/johnblog.nsf/d6plinks/GROC-7G3GF7

As you will see, this creates separate Notes documents for each image attached to the current document. You may need to think differently to handle adding an image to a new document, bu it may be the best option.

You’ll need to know the file name to display the image, but XPages has the facility to replace the filename once uploaded, which will make it easier for you. See Declan Lynch’s Blog for sample code Learning XPages Part 38 : Uploading An Image For The Person’s Picture | Dec's Dom Blog

Subject: Thanks

Thank you very much Paul, those sites pointed were perfect. I now have it working the way I want (nearly)

Thanks again.

Jamie