Arthmoor / AFKTrack

A bug tracker application with the intent of being ideal for use by mod authors to track issues in their mods.
Other
6 stars 1 forks source link

Issue Forms - File attachments #2

Open Arthmoor opened 7 years ago

Arthmoor commented 7 years ago

Currently when attaching files it it necessary for each one to upload one at a time before the form is submitted. Needless to say this can lead to conditions where orphaned files can accumulate and is not ideal.

Instead, I'd like for the issue creation and editing forms to instead act more like conventional HTML5 upload boxes that let you add to a list of files to upload and then only upload them once the form itself is actually submitted. Preferable if whatever solution is devised does not require a dependency on jQuery or any other external javascript package.