Hi All,
I have a problem while developing Word add-in in Word for Mac. Considering this following code:
<html>
<head>
<title>Document Input Test</title>
</head>
<body>
<div>
<input id="fileselectiontest" type="file" accept=".docx" />
</div>
</body>
</html>
This is no problem for me to select a file from the add-in in Windows desktop or browsers. But when I run it on Word for Mac 2016 version, there is no dialog popup for me to choose file.
I am wondering if it is my HTML's problem, or Word for Mac doesn't support it.
Thanks in advance.