Hi,
This is my code for the file uploader
<div class="row">
<SfUploader @ref="editResponseDialogUploader" AutoUpload="true" >
<UploaderEvents ValueChange="OnChange" OnRemove="OnRemove"></UploaderEvents>
</SfUploader>
</div>
I can drag and drop files from Windows File Explorer to it, but can't from Outlook. I wonder if there is any way to get the uploader to work with Outlook?
Many thanks.
Peter