Skip to content
Snippets Groups Projects
Commit 19a315ae authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

FileUpload.js: add the name of the file <input> to the post parameters.

parent 99b5c69d
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ var QfqNS = QfqNS || {};
});
data.append('s', this.sip);
data.append('name', fileInputName);
return data;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment