I have an Extranet application for my clients. I want to allow my customers to submit their Company Logos by a File Upload Control.
After the logo has been submitted; Is there any way for me to programmaticly include/copy this logo to Image Resources?
I do need to “move” or copy the image to Image Resources, because I’m using a third party product to generate reports specific to each customer, and this third party product only supports images from Image Resources.
If I detach the images to the disc, are there any way of including them into the Image Resources???
Subject: User Uploading images to Image Resources?
Our Midas Rich Text LSX will let you create image resources programmatically. It would be fairly easy to code what you are looking for. Take a look at our on-line Help DB for the technote Creating an Image Resource programmatically from the 02 Reference Guide/03 Technotes view.
Subject: User Uploading images to Image Resources?
As far as I know, this is not possible through ‘standard’ LotusScript. I heard of such a feature when Notes/Domino 6 was in Beta phase but seems to have been skipped…
If you use the Notes API (C++), you should be able to handle this…
I also tried to do so using the ‘$FormulaClass’ (Image Resource are docuents with $Flags = “34CiQ” or $Flags = “34Ci”), but I got too many Red boxes and finally abandonned.