Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could support select local file to upload ? #59

Open
terrying opened this issue Nov 20, 2024 · 1 comment
Open

could support select local file to upload ? #59

terrying opened this issue Nov 20, 2024 · 1 comment

Comments

@terrying
Copy link

it is not work when i click the upload file button on my web page, any ideas?

@HenryLF
Copy link

HenryLF commented Jan 5, 2025

It works for me doing this :
`w := webview.New(true)

defer w.Destroy()

url, _ := filepath.Abs("./static/index.html")

url = filepath.Join("file://", url)

w.Navigate(url)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants