File: file_upload.yml

package info (click to toggle)
libcatalyst-controller-html-formfu-perl 2.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: perl: 960; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
id: file-upload
params_ignore_underscore: 1

crypt_args:
  -key: 'my secret'

forms:
  -
    element:
      type: File
      name: image1

  -
    element:
      type: File
      name: image2