Is there a limitation for the attachments that can be added over a custom list against each item in SP2013 online?
If not, am I stuck over a scenario where I need to add more than 2 different files against each list item?
Is there a limitation for the attachments that can be added over a custom list against each item in SP2013 online?
If not, am I stuck over a scenario where I need to add more than 2 different files against each list item?
Check this blog.
I made the same code in three different projects and it worked perfectly.
You will need a jQuery.Multifile library to follow the example.
There probably is no limit:
Sharepoint List Item Attachment Limitation
But adding attachments via javascript might be tricky. I tried that once and had to use powershell instead.
Please take a ref from the below link.
Just need to modify the html as per the requirement . Link