I have some logic on uploadStart that does an ajax request to the server to check if the file already exists or not. If the file does, I return false in uploadStart, which successfully cancels that file upload.
problem is that it also seems to cancel the entire queue, so that no other files after it continue to process. I don't see a method to start up the queue again. How can I do this?
thanks