0

I have a requirement where I need to upload a file onto server using Ember.JS and similar download a file from server.

Please guide me on the necessary code for this.

I am a newbie with this Framework.

Thanks

Courageous Heart
  • 418
  • 1
  • 4
  • 12

1 Answers1

1

Ember doesn't upload/download files, it's a client side mvc framework. You'll need to use ajax calls for these.

I would suggest using Jquery's ajax library.

Kingpin2k
  • 47,156
  • 10
  • 76
  • 96