Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danialfarid committed Oct 16, 2013
1 parent 6fa27c2 commit 0a03ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var MyCtrl = [ '$scope', '$http', function($scope, $http) {
For the browsers not supporting HTML5 FormData you need [FileAPI](https://github.com/mailru/FileAPI) files **FileAPI.min.js** and **FileAPI.flash.swf** as a polyfill. These files will not be loaded to the client if the browser supports HTML5 FormData (no extra load).
**Note**: Flash needs to be installed on the client browser if it doesn't support HTML5.

You can put **FileAPI.min.js** and flash files beside angular-file-upload.js on your server so they will be loaded automatically. Alternatively you can use the following script to set the FileAPI load path:
You can put these two files beside angular-file-upload.js on your server to be loaded automatically on demand or use the following script to set the FileAPI load path:
```script
<script>
FileAPI = {
Expand Down

0 comments on commit 0a03ccc

Please sign in to comment.