Create Attachments through WEB question

Hello folks,

I have a Notes App which works as a CMS product. One of it´s functionalities is the possibility to create forums.

Now one of my clients wants to create attachments to forum´s new entries.

The big big problem is that i cant modify the product just like that. What i need to know is if there is any way , technique that would allow me attach files to those forum´s new entries (everything through web) as each new entry is a notesdocument.

I mean create attachments to them like : just create the attachment, let it attached on the notesdocument ( no matter a field_name, or parsing it to a RTF … just attach so i can read them with @attachments)

I dont have any control of those notesdocument, only via web.

This product also allows Custom Views creation. Which means i could use @If(@attachments…) something like that to show and open those attachments in one of these CV´s.

I can read them. Just cant create them using LS…

I need to attach and if i want to see the notesdocument´s properties through notesclient i can see the attach right there in $FILE

I think i messed up a little bit the explanation hehe… any doubt let it as a response and i will answer it.

TIA

/fferrandini

Subject: Create Attachments through WEB question

I’m confused.

Is you goal to add a way for attachments on a form via the web? That’s a standard File Upload Control.

Do you want a single form that uploads attachments to some OTHER documents - or to new documents? I guess that would be a web form with a FUC. Then use a WebQuerySave agent to find or create the document and attach there. End that agent by setting SaveOptions=“0” to not actually save your Web Upload form.