Archived
1
0
This commit is contained in:
Jeff Becker 2017-10-01 11:58:20 -04:00
parent b439795e04
commit 334ac0e4f2
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -108,9 +108,9 @@ onready(function() {
var data = new FormData();
data.append("message", document.getElementById("comment").value);
var inputs = form.getElementsByTagName("input");
console.log(inputs);
for(var input in inputs)
{
console.log(input);
if(input.files)
{
for (var file in input.files)