Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

redirect after complete upload #670

Closed
Matt67 opened this issue Oct 4, 2011 · 2 comments
Closed

redirect after complete upload #670

Matt67 opened this issue Oct 4, 2011 · 2 comments

Comments

@Matt67
Copy link

Matt67 commented Oct 4, 2011

hi there

how can i redirect to another url when upload is complete ?

Thanks !!
Matt

@blueimp
Copy link
Owner

blueimp commented Oct 4, 2011

e.g. with the following code:

$('#fileupload')
    .bind('fileuploadstop', function (e, data) {
        window.location.href = 'http://example.org';
    })

See also the API and Options docs:
https://github.com/blueimp/jQuery-File-Upload/wiki/API
https://github.com/blueimp/jQuery-File-Upload/wiki/Options

@Matt67
Copy link
Author

Matt67 commented Oct 4, 2011

thank you very much for your help :-)

Matt

@Matt67 Matt67 closed this as completed Oct 4, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants