Attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 01:27 AM
I'm currently working on a service portal page where users can upload attachments by clicking on a single paper clip. However, I now need to add an additional paper clip to the same page. One paper clip should allow users to upload regular attachments, while the other should allow them to upload personal attachments. Both types of attachments are mandatory. Can someone provide guidance on how to implement this feature? Client side code as well as html code.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 01:38 AM - edited ‎04-18-2024 01:38 AM
Hi @Chaman ,
Can you please tell me one thing that you are working on OOB widget or Custom Widget? If OOB widget can you please tell me name of that widget ?
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 10:22 AM
@Community Alums its a custom widget

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-18-2024 10:58 AM
Hi @Chaman ,
Can you please try this link, very well explained here to add an attachment.
Please mark my answer correct and helpfull if this works for you
Thanks and Regards
Sarthak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2024 05:56 PM
Code is working fine for uploading attachments from one paper clip. Problem is I want to add two different paper clips one to upload regular attchement and other for uploading personal attachments.