Topic: Check if Plupload was initialized
Hi, I spent whole afternoon by thinking about problem, how can I check, if Plupload was initialized successfully?
I need to show simple file uploader, when Plupload is not initialized (becase of missing runtimes, etc).
I want to use only flash runtime and there is a problem - flash can't be initialized in hidden element, so I can't make the browse button unvisible first and show it right after successful initialization of Plupload.
I've tried to find the answer in the API Documentation, but I haven't found it.
Please, can someone give me an advise?
Thanks.