add_file method

add_file

This method adds files to the HTMLInputElement.files collection which will be sent during the next web request.

def add_file(self, uri):
    ...
ParameterTypeDescription
uristrThe file path.

See Also