Java-Seekar
Java-Seekar

Reputation: 1770

File upload does not work in Windows 10 edge browser

The file upload function does not work in Windows 10 edge browser. It worked fine with other browsers.

Code

<input type="file" name="uploadField" />

Can anyone please let me know how to solve this issue?

Upvotes: 3

Views: 3067

Answers (2)

Java-Seekar
Java-Seekar

Reputation: 1770

The issue with the Microsoft edge beta version. The browse function works fine now.

Upvotes: 1

Mike Yeager
Mike Yeager

Reputation: 161

It worked for me for a while, then yesterday, it started to freeze up. I can break the debugger in the developer tools and it appears to be in an infinite loop inside jquery.

Upvotes: 0

Related Questions