[Home](./index.md) > [puppeteer](./puppeteer.md) > [ElementHandle](./puppeteer.elementhandle.md) > [uploadFile](./puppeteer.elementhandle.uploadfile.md)
## ElementHandle.uploadFile() method
Signature:
```typescript
uploadFile(...filePaths: string[]): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| filePaths | string\[\] | |
Returns:
Promise<void>