You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* a demo server-side php script that handles multipart form upload
58
-
* a simple demo application that uses this library
57
+
* 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
59
+
* <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, simply execute:
60
+
61
+
```
62
+
npm install (only the first time)
63
+
npm start
64
+
```
65
+
66
+
* A simple Android application that uses this library
59
67
60
68
To be able to compile and deploy the demo application, you also need to have <b>appcompat_v7</b> library. You may need to change the path to that library in the demo application's properties.
0 commit comments