Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resumable upload #57

Merged
merged 13 commits into from
Feb 7, 2013
Merged

Resumable upload #57

merged 13 commits into from
Feb 7, 2013

Conversation

wingedfox
Copy link

Implementation of a chunked file upload.

if( xhr.upload ){
// https://github.com/blueimp/jQuery-File-Upload/wiki/Fixing-Safari-hanging-on-very-high-speed-connections-%281Gbps%29
xhr.upload.addEventListener('progress', api.throttle(function (/**Event*/evt){
var e = jQuery.extend({}, evt, {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Нужно заменить jQuery.extend на api.extend.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Готово

RubaXa added a commit that referenced this pull request Feb 7, 2013
@RubaXa RubaXa merged commit cc4c963 into mailru:master Feb 7, 2013
RubaXa added a commit that referenced this pull request Feb 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants