标签: angular6 httpresponse
这是基本的js小提琴链接,我正在获取文件属性,但无法发送到服务器,而发送它需要 c:/ fakepath / filename 。相反,我需要文件属性。 谁能帮我吗? http://jsfiddle.net/SCK5A/
HTML代码
<input type="file" id="fileUpload">
ts代码:
$('input[type=file]').change(function() { console.log(this.files[0]) });