Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13731a7

Browse files
committed
Added example php server link
1 parent e1cf9a4 commit 13731a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ UploadService.NAMESPACE = "com.yourcompany.yourapp";
5555
In the <b>examples</b> folder you will find:
5656

5757
* Demo servers which handle multipart form upload in:
58-
* <b>PHP</b>. You need a running web server (e.g. Apache + PHP) in which to put the script
58+
* <b>PHP</b>. You need a running web server (e.g. Apache + PHP) in which to put the script. To get up and running in minutes you can use a solution like [XAMPP (supports Windows, OS X and Linux)](https://www.apachefriends.org/download.html).
5959
* <b>node.js</b>. You need to have node.js and npm installed. [Refer to this guide](https://github.com/joyent/node/wiki/installing-node.js-via-package-manager). To run the server, open a terminal, navigate to ```examples/server-nodejs``` folder and simply execute:
6060

6161
```

0 commit comments

Comments
 (0)