First please see this post: https://forums.asp.net/t/2166962.aspx
The code in that post works perfect in Firefox and Chrome. However it does not in Edge.
For example, if the image is located at C:\Users\jimwin7a\Pictures\ann.jpg
Firefox works and just ann.jpg is stored for file name, but Edge stores this for file name C:\Users\jimwin7a\Pictures\ann.jpg
Actually something like ann37.jpg (see the code that works in other post). And image isn't uploaded to server, it put in same folder you get the file from.
Why in the World wouldn't Edge handle proper file uploads?
Again code here https://forums.asp.net/t/2166962.aspx works perfect in the other two mentioned browsers.
So any help would be nice.