I know D365FO is a web application and cannot access my local folders and files but maybe there's some way to mimic such behavior
1) I have a local folder which contains zip files
2) can I somehow through code traverse through that local folder and push those zip files to temporary azure blob storage for further processing by FO like I do with standard upload button? I know when I click the upload button it's my browser which has got access to my local files and folders but still
3) alternative option can be pack all zip packages to a new single zip package and use upload button to upload this single zip package. Then it will be uploaded to temp azure blob storage and if there is a possibility to unzip the stream I'll be able to traverse through all zipped files in that package. Is it possible?
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.