test upload file to server

This commit is contained in:
Kenta420 2024-02-05 11:45:54 +07:00
parent 16e0e4f9d8
commit aaa60216b2
43 changed files with 1814 additions and 285 deletions

8
client-electron/index.d.ts vendored Normal file
View file

@ -0,0 +1,8 @@
import 'react'
declare module 'react' {
// add webkitdirectory to input element React.InputHTMLAttributes<HTMLInputElement>
interface HTMLInputElement {
webkitdirectory?: boolean
}
}