I'm trying to simply use some of the examples and instructions regarding the YUI-Uploader, and I'm being frustrated by a number of issues.
- The "YUI Library: Uploader" cheat sheet's simple use case doesn't work for me because all the listed methods except
addListener()
do not exist on the myUploader object. - The example is for version 2.5.1 and includes a method called
browse()
, which not only was removed in version 2.6.0 but I cannot find any documentation for how to use the 2.5.1 version if I so choose. - I can't find the source FLA to the
uploader.swf
file so that I could theoretically diagnose all these issues.
Has anyone successfully used the 2.6.0 YUI Uploader, and if so is there some common interfering JavaScript I should avoid, or a better example to follow? Thank you.
Thanks for the replies.
I might note that I finished my "uploader" project before receiving any responses to this. Part of my problems were due to some of the examples being for v2.5.1 and another part were due to not using an event listener to see when the component was ready. I got the most help from just dissecting what Flickr did.