Sitecore Bulk Upload from the item itself - HTTP/2 error Resolution
We need to allow bulk image uploads directly from the Sitecore item rather than requiring users to navigate to the media library to upload images one by one or as a zip file. This feature enables the content author to be productive without going to the media library to upload images. The image upload functionality works well when the content author uploads one or two images simultaneously, even when using a zip file. However, when attempting to upload a larger number of images, we encounter the following error 13380 09:38:06 ERROR Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Exception: System.ArgumentOutOfRangeException Message: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Source: mscorlib at System.Collections.ArrayList.get_Item(Int32 index) at System.Web.HttpFileCollection.Get(Int32 index) at System.Web.HttpFileCollectionWrapper.get_Item(Int32 index) at Site