I am trying to make an app that has the FOllowing features:
Button that creates a Folder in my sharepoint site with the name the user types into a text input. i got this done!!
I want to give the user the ability to take picture with their phone and/or upload picture from their storage to the above created folder. the picture would be given a title from a textinput box
I tried the copy attachments portion of a form and paste it outside the form but that doesn't appear to work anymore.