Skip to content

WIP: Upload button

Felix Wu requested to merge flxwu/webapp:feature/upload-button into develop

Fix #1556

I have added a third button in the right vertical button column for file uploading. I used the existing structure and added the file-upload event in the ChatInputButtons Marionette, which uses transloadit to validate and upload the selected files the same way drag-and-drop does.

Chat View 2018-01-08_23_08_20

2018-01-08_23_09_23 After clicking, the file dialog pops up. 2018-01-08_23_08_58

Edited by Eric Eastwood

Merge request reports