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):
...
| Parameter | Type | Description |
|---|---|---|
| uri | str | The file path. |
See Also
- module
aspose.html.forms - class
InputElement