Tracker Files field creating duplicate uploads
I have a tracker set up to upload files (office documents, forms, word, excel, pdf, etc.) for a document control application, but I'm getting duplicate files when I upload the files.
I'm on Tiki9.6, and I'm using Tracker and TrackerList plugins. Here is what the page looks like.
Here's the code:
!!-Add a New Form {TRACKER(trackerId=>5, showtitle=n, showmandatory=n, showdesc=n, fields=>44:41:42:43:45:46:47:48:49:50, wiki="Forms Tracker TPL")}Thank you for submitting. Your form will be available once approved by Quality Systems Manager.{TRACKER} !!-Form List {TRACKERLIST(trackerId=>5, fields=>40:41:42:43:45:46:47:48:49:50, showlinks=>y, showdesc=>n, showstatus=>n, status=>o, )} {TRACKERLIST}
Any time my users create a new office form (old-school paper form, print it, fill it out, file it, etc), the document owner must upload a master copy through this page. From here we keep a master list (Form List) and identify relevant info associated with the form (Owner, rev date, users, etc).
The issue in more detail
When a user uploads a new form a duplicate copy is uploaded unintentionally, saved in the file gallery, and attached to the tracker item. This creates a mess, wastes server space, and makes the system unusable.
Here is a file being added. Note that the tracker only shows 1 file (6bytes.txt).
After clicking save there are now 2 files:
In the gallery
Tracker view items
Tracker item edit
Any ideas on what is causing these duplicates and how to prevent them?
All users are on IE10 (must use IE per corp IT rules, and need IE10 to use Files field type for HTML5 drag-n-drop.).
I've tried setting the 'File Count' setting from 0 to 1 for the Files field to limit the maximum number of files to be attached on the field, but this had no affect.
Files uploaded directly through the gallery do not have this issue.