I want to choose folder and get path of this folder to save file. But I can not select folder in ASP.NET web application. I tried some code bellow:
<input id="input-folder-1" type="file" webkitdirectory />
But It just active in Chorme, not in IE and I need it in IE Anyone can help me? Thank you