Do something when uploads are complete

Hi,
I'd like to refresh the current page and add ?uploaded=true to the url, when all the items in the upload queue are done.
Can anyone help me with doing this?
Thanks.

Got it working

I added window.location="http://url/test.php?uploaded=true"; to the uploadComplete() function in handlers.js.