Running basic Quark theme on clean skeleton demo; hosted on apache
Added user/pages/02.upload; file form.md
title: Upload
form:
name: upload
fields:
myfile:
type: file
label: Uploads
destination: '/user/data/upload'
multiple: true
autofocus: false
accept:
- image/*
buttons:
- type: submit
value: Submit
process:
reset: true
message: Thanks!
Appears to work fine, but no files loaded, have tried a few destinations. no errors in log. Loading small jpg file - validates ok in dragânâdrop box
There seem to be a few errors like this, but no clear resolution - some say âfixedâ
not modular - simple one page form. Note I have a contact form working fine
depending on when you look this may be available at www.jzedward.com/upload
tia - jzedward