Ember.js: Upload file component

后端 未结 4 1304
梦如初夏
梦如初夏 2021-02-05 23:40

I need to create an Ember component to select a file. My page will include multiple \"upload component\"

I have read a post trying to implement that: (https://stackoverf

4条回答
  •  不要未来只要你来
    2021-02-06 00:19

    Marek Fajkus you cannot use JQuery's .serialize, it makes no mention of file uploads in the documentation at JQuery UI docs

    However, you could use JQuery Upload Plugin

    Actually it does mention it, it says: ". Data from file select elements is not serialized."

提交回复
热议问题