Upload Images

How to upload an image file in a form or Page??

Subject: Upload Images

Look for the file upload control in designer if it’s a web app.

Subject: RE: Upload Images

Yes i found the file upload control. Let me clearly state my requirement.I have a opening page which display an image. this image comes from a profile document so that whenever i need to chenge the image i can change the document value. Now this image needs to get upload in the page.

Subject: RE: Upload Images

You can only use the file upload control element, so you better adopt your design to it.

Alternatively, you could “upload” images using WebDAV.

Why would the upload control have to be right on the start page, anyway?

Subject: RE: Upload Images

Check out the script I just posted here (http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/4760ba8d3f6f5933852573f300657903?OpenDocument) which moves the FUC’s V2 attachment to the RTF of your choice. You may be able to adopt it to your needs.

BPM