Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
19a315ae
Commit
19a315ae
authored
Apr 26, 2016
by
Rafael Ostertag
Browse files
FileUpload.js: add the name of the file <input> to the post parameters.
parent
99b5c69d
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/FileUpload.js
View file @
19a315ae
...
...
@@ -66,6 +66,7 @@ var QfqNS = QfqNS || {};
});
data
.
append
(
'
s
'
,
this
.
sip
);
data
.
append
(
'
name
'
,
fileInputName
);
return
data
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment