To enable multiple file selection with the file input with React, we can add the multiple prop to the file input . We have a file input which we create by setting the type attribute to file . And we add the multiple prop to it to make it allow multiple file selection.