Anybody know how to update attachment file in list item using javascript? Any idea are so much appreciated.

有帮助吗?

解决方案

I found similar thread here. According to the answer upvoted, unfortunately there is no API to overwrite the list attachment. So you need to check if the attachment is present or not and delete the attachment if already exists when attaching new attachment to list item. Try code given in the link above.

许可以下: CC-BY-SA归因
scroll top