Forum Discussion
Ahmadradwan
Mar 09, 2023Copper Contributor
Access file share from browser
We have 50+ users using Azure file share. when mapping the drive to their device the upload speed is very slow. Although if i try to upload the same file using azure portal its very fast aswell as...
Tushar Kumar
Mar 15, 2023Brass Contributor
You have 2 options to upload file with web:
1. Provide access to the users with RBAC on the Storage account on the Azure portal.
2. Upload a file to an Azure File Share using a web page, you can create a simple HTML form that allows users to select a file and submit it to your server-side code for processing.
1. Provide access to the users with RBAC on the Storage account on the Azure portal.
2. Upload a file to an Azure File Share using a web page, you can create a simple HTML form that allows users to select a file and submit it to your server-side code for processing.