HTML File Upload

Hi All

I’m trying to attach files from browser using “HTML File UPload”.

I added the following lines

then after selecting file, I"m trying to save it. i’m able to save document but i don’t find attachment.

Can any body can help me?

Thanks

Subject: HTML File Upload

You need to add the file upload control from the Domino Designer Create menu. Domino will then create the file upload control for you, with a generated name that will make it work.

/Peter

Subject: RE: HTML File Upload

Thanks peter.

I know about domino file upload control. but I got some kind of requirement which might need to create 0-100 File Uploads (based on request). So i like to go for dynamic file uploads.

So any idea?

Thanks

Subject: RE: HTML File Upload

Domino checks the rich text offset for upload controls (the offset is a part of the name of the file field) to make sure that extras aren’t added. It’s a security feature to ensure that end-users can’t maliciously add uploads. Like most security features, though, it makes life more difficult for developers. One way around it is to use a separate form for uploads that only take the file and a unique identifier for the target document. You can then upload as many files as you want, each to its own document, and move the attachments to the main document using an agent.