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.
Do something when uploads are complete
May 6, 2008 - 10:16pm
May 7, 2008 - 1:06pm
I added window.location="http://url/test.php?uploaded=true"; to the uploadComplete() function in handlers.js.