asafdav / ng-s3upload

Upload to S3 using AngularJS
MIT License
190 stars 83 forks source link

Server side examples #18

Closed Urigo closed 10 years ago

Urigo commented 10 years ago

Would be nice to add server side examples of how to work with that directive in Ruby, Node etc.. Or a link to something...

asafdav commented 10 years ago

Did you see that part in the readme file ? Wasn't it good enough ?

Asaf

Urigo commented 10 years ago

Yes it's great!

Sorry...

34r7h commented 10 years ago

I'm still unsure how to set up a service in node exactly. any help understanding the steps is groovy!

asafdav commented 10 years ago

Hi, I will try to post node.js example ASAP.

On Wed, Jun 11, 2014 at 12:27 AM, irthos notifications@github.com wrote:

I'm still unsure how to set up a service in node exactly. any help understanding the steps is groovy!

— Reply to this email directly or view it on GitHub https://github.com/asafdav/ng-s3upload/issues/18#issuecomment-45674210.

nukulb commented 10 years ago

I have a working example here for nodejs that uses a angular-file-upload. https://github.com/hubba/s3-angular-file-upload

It's an easy refactor to use this library, if there is enough interest I am happy to do it.

asafdav commented 10 years ago

If you can create a wiki page that describes how to create the server side needed for this directive using node.js it would be great and I will really appreciate it!

On Sun, Jun 15, 2014 at 2:24 PM, Nukul Bhasin notifications@github.com wrote:

I have a working example here for nodejs that uses a angular-file-upload. https://github.com/hubba/s3-angular-file-upload

It's an easy refactor to use this library, if there is enough interest I am happy to do it.

— Reply to this email directly or view it on GitHub https://github.com/asafdav/ng-s3upload/issues/18#issuecomment-46113273.

jmckenney commented 9 years ago

+1 for desire to see example in node, maybe specifically related to the MEAN stack. Taking a look at @nukulb's version.