Getting Issue in Uploading Multiple Attachment in SharePoint Document Library by a form having two control for uploading Multiple Document in both Control. As Shown below image.
Note 1: Want to Upload Multiple Attachment in Document Library not in List
Note 2: I have two control in html , and both can attach multiple attachment & a metadata coloumn.
Issue: Some file are upload some not. As i have to reload page also after successful upload and updation of metadata in Document Library .


Satyajit PaulPosted Jan 4, 2019, 1:45 AM
Muthu KumarPosted Jan 3, 2019, 2:39 AM
I have faced this type of problem and i have solved using following way,
First you need to push both file object to one array variable,
Loop over the array and call api,
This will loop and call api based on array length, So it will insert one by one document in sharepoint doucment library.
I hope you get my point of view for solving problem.
Thuyavan GanesanPosted Dec 30, 2018, 12:51 PM
Khaja MoizuddinPosted Dec 29, 2018, 8:55 PM