You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a bug report, but more of a request for advice.
This great looking plug, does just what I would like other than the ability for the user to add a description to each file upload.
I have amended line 42 to
var $thead = this.$thead = $('').html('File NameDescriptionSizeProgress').appendTo($table);
and added a new line 88
'' +
This gives me the extra field for completion, but with multiple files it always uploads the description from the last file and not the description appropriate to the file. Is there a quick that you could help me with please?
Thanks
Dave
The text was updated successfully, but these errors were encountered:
Hi,
This is not a bug report, but more of a request for advice.
This great looking plug, does just what I would like other than the ability for the user to add a description to each file upload.
I have amended line 42 to
var $thead = this.$thead = $('').html('File NameDescriptionSizeProgress').appendTo($table);
and added a new line 88
'' +
This gives me the extra field for completion, but with multiple files it always uploads the description from the last file and not the description appropriate to the file. Is there a quick that you could help me with please?
Thanks
Dave
The text was updated successfully, but these errors were encountered: