How to implement file Upload control in MS Addin outlook reactjs plug-in?
Hello Everyone,
We have developed custom Outlook plug-in based on react.js by cloning https://github.com/OfficeDev/Office-Addin-TaskPane-React
It is using React Semantic-ui. This outlook plug-in is working fine. We have integrated with SSO login and once user logged in, we're loading forms based on requirements.
Now, there is a requirement to have a local file upload option in this form and once user select files, it should be displayed in the form.
Can anyone please let me know if this requirement is achievable with Semantic-ui in outlook plug-in? Any link or steps to develop this requirement would be helpful.
Thanks.