As far as I can tell, when multiple=TRUE in shinyFilesButton, the order of the files returned by parseFilePaths is the order in which they were sorted by the corresponding shinyFiles dialog box, not the order in which they were selected by the user. Is there a way to recover the user's selection order? Thanks.
As far as I can tell, when
multiple=TRUE
inshinyFilesButton
, the order of the files returned byparseFilePaths
is the order in which they were sorted by the corresponding shinyFiles dialog box, not the order in which they were selected by the user. Is there a way to recover the user's selection order? Thanks.