Index: trunk/extensions/ResumableUpload/README |
— | — | @@ -1,2 +1,9 @@ |
2 | | -Adds Resumable upload support to MediaWiki upload api based on Googles resumable upload protocol: |
3 | | -http://code.google.com/apis/gdata/docs/resumable_upload.html |
\ No newline at end of file |
| 2 | +Extension:ResumableUpload |
| 3 | +http://www.mediawiki.org/wiki/Extension:ResumableUpload |
| 4 | + |
| 5 | +Adds resumable upload support to MediaWiki. |
| 6 | +Uploads use the existing API but split up files into chunks. |
| 7 | +Each chunk is uploaded with an offset to check on the backend that nothing is missing. |
| 8 | + |
| 9 | +This extension needs client JavaScript support. |
| 10 | +This can be done with the HTML5 slice api or using the Firefogg extension. |