checks whether all sent files have been uploaded to server
boolean | *true* if all files are uploaded |
$$("uploader_1").isUploaded();
The function goes through all the uploaded files and checks their state. If at least one of the files has status different from "server", the method returns false.
Back to top