The requestFiltering element in web.config must have the allowDoubleEncoding attribute set to true in order to support file ...

The requestFiltering element in web.config must have the allowDoubleEncoding attribute set to true in order to support file names with the + character in them. Also, it must have a child requestLimits element with the maxAllowedContentLength attribute set to |0 to avoid interfering with file uploads.