file-input

command
v3.0.0-alpha.67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2026 License: MIT Imports: 3 Imported by: 0

README

File Input Example

Tests HTML <input type="file"> and Wails Dialog API functionality (#4862).

Test Cases

HTML File Input:

  1. Single File - Basic file selection
  2. Multiple Files - Multi-select with multiple attribute
  3. Files or Directories - Selection with webkitdirectory attribute

Wails Dialog API (via generated bindings): 4. Directory Only - CanChooseDirectories(true) + CanChooseFiles(false) 5. Filtered (.txt) - Using AddFilter() for file type filtering

Run

# Generate bindings (already included)
wails3 generate bindings -d assets/bindings

# Run the app
go run .

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL