Hi everybody,
I've created an app for our surveyers where they need to fill in some questions and take multiple images. The images and answers on the questions are first stored locally on the phone. The places they take the surveys have normally no internet connection.
When they arrive at a hotel or other place with internet connection they need to upload the survey. The questions and answers go to a SP Online list, the images go to an Azure blob. I can upload the images one by one with the filename I want. The surveyers take a lot of pictures. So I want to upload all images of a collection to Azure Blob with one click on a button.
I tried it with selection boxes and select all, with drop downs and on changes, but nothing worked.
I really think it should be easy with a forall statement but I just can't get it done.
Your help is much appreciated.