# 基础用法
```html
<div style="overflow: hidden">
<n-upload action="http://localhost:3000/upload-test">
<n-button>上传文件</n-button>
</n-upload>
</div>
```