vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

upload file not work #1101

Closed chiu0602 closed 6 years ago

chiu0602 commented 6 years ago

The control looks good when following code is used: <a href="#" editable-file="user.file">{{ user.file || 'empty' }}</a>

But after chosen a file and press "tick", the uploaded file name become empty and the corresponding variable is null.

The usage of input file can be seen on demo site section "HTML5 inputs - demo"

chiu0602 commented 6 years ago

sorry, filled the issue here, should be on angular-xeditable