I have my files stored in Azure File System and here are the requirements -
- User should be able to view the documents without downloading it to the local
- This is working fine for pdf but not any other mime types
- I tried setting
Content-Type
,Content-Disposition
(in azure file properties but no luck) and also iframe.
- User should be able to edit the doc online without downloading.
- I don't think this is possible just with Azure and have to integrate with One Drive may be? Correct me if I am wrong?
I would really appreciate any inputs/thoughts.