Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beradrian committed Jul 10, 2015
1 parent a996d3a commit c89a879
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ and then specify `options.uploadUrl='/test-post'`.

Please be aware that some servers, like Tomcat, by their default setup can impose a limit on the upload data size to avoid DoS attacks. You either modify that setup or specify `options.uploadDataMaxSize`.

### Testing
To run the tests you need to

1. Install a web server, e.g. `http-server`: `npm install -g http-server`
2. Start the web server in the project folder: `http-server -p 8081 .`
3. Access from any browser: [http://localhost:8081/src/test/test.html](http://localhost:8081/src/test/test.html)

## JavaScript API
The JavaScript API works with both Angular and jQuery, depending on what library is included (if both, Angular is preferred).

Expand Down

0 comments on commit c89a879

Please sign in to comment.