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.
I added window.location="http://url/test.php?uploaded=true"; to the uploadComplete() function in handlers.js.
Got it working
I added window.location="http://url/test.php?uploaded=true"; to the uploadComplete() function in handlers.js.