Currently, what's returned when uploading multiple files isn't actually a fileInfo object. Instead, what's returned is a truncated object sort of based on what would be returned for single file uploads.
What would be useful, so that users don't have to separately retrieve the individual objects in order to do things like show a more robust preview option in javascript, is to return an array of fileInfo objects for each of the files in the group. I suspect it's trivial to do this inside the react library itself as the network call to /group already returns this info.
Currently, what's returned when uploading multiple files isn't actually a fileInfo object. Instead, what's returned is a truncated object sort of based on what would be returned for single file uploads.
What would be useful, so that users don't have to separately retrieve the individual objects in order to do things like show a more robust preview option in javascript, is to return an array of fileInfo objects for each of the files in the group. I suspect it's trivial to do this inside the react library itself as the network call to
/groupalready returns this info.