isUploaded

checks whether all sent files have been uploaded to server

boolean isUploaded();
boolean*true* if all files are uploaded

Example

$$("uploader_1").isUploaded();

Details

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