Add file upload functionality to the agent. Implement API endpoint for uploading files, including validation and error handling. Update web interface to support file selection and display upload status. Enhance input handling with configurable key delay for text input.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build !windows
|
||||
|
||||
package install
|
||||
|
||||
func syncStartup() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user