Zum Hauptinhalt gehen

Multiple files from FilePicker

Kommentare

6 Kommentare

  • Nico Burgerhart
    Is the number of files fixed? Then you can use multiple FilePickers on a form.

     

    Else you will have to reload your form.
    0
  • Darryl Klassen
    There isn't a set # of files.  It will change based on the scenario.  See in the screen shot below - I have select 1 file - callede Capture1.png.  Now if I click the Browse button again and select a new file - it overwrites the original.  I just wanted to know if there was a way to now add a 2nd file after the first one is selected?

     

    User-added image
    0
  • Permanently deleted user

    Darryl,

     

    You can select multiple files by holding down CTRL when selecting files. Once you've selected the files and clicked "Open" the file picker should display the number of files like this:

    User-added image

    0
  • Darryl Klassen
    Thanks Jared.  This works great on a desktop, but when I am using my IPAD to take new pictures - I am only able to take 1 and submit it. Any thoughts on this?

     

     
    0
  • Permanently deleted user
    Hi Darryl, 

     

    Depending on what you're using it for, could you simply add more than one file picker to the form?  You could have some logic later in the workflow to detect whether the second one (or nth one) was used, and move all the files they provided into the same list, and then act on that.  If you don't know how many file pickers they would need ahead of time, you could provide a prompt before the form to ask how many they want, then generate that number of file pickers dynamically in the form's runtime modifications. 

     

    Another idea would be to set up the DisplayForm inside a flowchart and give it "add another" and "next" buttons.  The "add another" button could add the files they chose into a list variable for later use, and then use the flowchart path to go back to the same form again.  Once they hit next, then the workflow would proceed and act on that list of files.  It's still more steps than multi-select, but it keeps them from running the workflow over and over.  So if there's other steps in the workflow that would make re-running it tedious, they could at least skip those.

     

    Hope that helps! 

     

    -Amanda
    0
  • Darryl Klassen
    Great, thanks for the suggestions.  I will see what I can implement!

     

    Darryl
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.