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
  • 478
  • 2
  • 4
  • 16

1 Answers1

0

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,277
  • 10
  • 78
  • 96