File Upload using AngularJS

前端 未结 29 2447
野趣味
野趣味 2020-11-21 07:24

Here is my HTML form:

29条回答
  •  暖寄归人
    2020-11-21 08:04

    I tried all alternatives that @Anoyz (Correct answer) gives... and the best solution is https://github.com/danialfarid/angular-file-upload

    Some Features:

    • Progress
    • Multifiles
    • Fields
    • Old browsers (IE8-9)

    It's work fine for me. You just have to pay attention to instructions.

    In server-side i use NodeJs, Express 4 and Multer middleware to manage multipart request.

提交回复
热议问题