How to use 4 attachments upload buttons in same page?

Fuhrmann

Well-known member
Hello.

I have 4 buttons to upload attachments in the same page, but each one referrer to something specific.

I have triggered the event AttachmentUploaded in my jquery function, but this seems to be only working in the first attachment button.

Is there possible to make all those buttons work in the same page? I mean, I want to upload in the first buttons, call the event. Then, second button, call the same event and so on. The event will keep always the same to all upload buttons.
 
Top Bottom