It seems the issue you're encountering is due to the dynamic behavior of the webpage, where the file input element may be reset or hidden after the first upload. You can try to use driver.refresh() after the first upload to reset the page and make the file input available for next uploads.
ALso,before uploading the next file, try doing "file_input.clear()" to remove the previous file path and allow a new one.