From ff8db2ff538b5c8642c9daadfd9b0b305066f6ac Mon Sep 17 00:00:00 2001 From: Danial Farid Date: Mon, 5 Jan 2015 23:21:22 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c870ee46..0b921882 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ You can place these two files beside `angular-file-upload-shim(.min).js` on your You can find the sample server code in Java/GAE [here](https://github.com/danialfarid/angular-file-upload/blob/master/demo/src/com/df/angularfileupload/) #### Node.js [Wiki Sample](https://github.com/danialfarid/angular-file-upload/wiki/node.js-example) provided by [chovy](https://github.com/chovy) +[Another wiki](https://github.com/danialfarid/angular-file-upload/wiki/Node-example) using Express 4.0 and the Multiparty provided by [Jonathan White](https://github.com/JonathanZWhite) #### Rails [Wiki Sample](https://github.com/danialfarid/angular-file-upload/wiki/Rails-Example) provided by [guptapriyank](https://github.com/guptapriyank) From 9a13c79757dfd6539bdb043d0b64267890a1e06d Mon Sep 17 00:00:00 2001 From: Danial Farid Date: Mon, 5 Jan 2015 23:22:45 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b921882..aa2a9d4f 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,8 @@ You can place these two files beside `angular-file-upload-shim(.min).js` on your #### **Java** You can find the sample server code in Java/GAE [here](https://github.com/danialfarid/angular-file-upload/blob/master/demo/src/com/df/angularfileupload/) #### Node.js -[Wiki Sample](https://github.com/danialfarid/angular-file-upload/wiki/node.js-example) provided by [chovy](https://github.com/chovy) +[Wiki Sample](https://github.com/danialfarid/angular-file-upload/wiki/node.js-example) provided by [chovy](https://github.com/chovy). + [Another wiki](https://github.com/danialfarid/angular-file-upload/wiki/Node-example) using Express 4.0 and the Multiparty provided by [Jonathan White](https://github.com/JonathanZWhite) #### Rails [Wiki Sample](https://github.com/danialfarid/angular-file-upload/wiki/Rails-Example) provided by [guptapriyank](https://github.com/guptapriyank)