I'm using dropzone.js to enable drag and drop to my fileupload.
I've set autoProcessQueues to false, and I'm running the processQueue command on all files added to the upload container.
Is there any way to refresh the page after all of the files has been processed? I cant se any callback function in the processQueue function..