Commit graph

3 commits

Author SHA1 Message Date
Rob Loranger
02fb828934
prevent extra submissions and improve feedback
user feedback logic was updated to report if zero posts were found in a
zip and form submissions disable the submit button until the form input
for files changes again, preventing possible duplicate submissions on
large zip uploads.

updated to v0.2.1 wfimport to prevent early error returns when an
invalid file is present in a zip.
2019-08-26 16:16:21 -07:00
Rob Loranger
0b95b16e3c
trim white space 2019-08-26 15:10:37 -07:00
Rob Loranger
44d2a9585b
add dynamic form contents with JS enabled
by default all content is enabled and displayed, this allows users
without javascript enabled to still use the form and understand what is
happening.

users with javascript enabled will see actions and options
disabled until the files selected allow, and show information and
warnings about zip files in needed.
2019-08-26 15:05:19 -07:00