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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.