• plupload version 1.5.8 no more available at www.plupload.com/download

    By Dietmar Dumke 7 years ago

    The plupload.txt in Bildr release mentions to import plupload version 1.5.8 into Bildr nsf.
    However, at their web site, I only can download plupload version 2.3.1 (or 3.0beta).
    Trying to identify the files mentioned in the readme in version 2.3.1, I only find file plupload.full.min.js. The files plupload.flash.js, plupload.full.min.js and plupload.silverlight.xap are missing. What would you recommend in this case?

    • By Patrick Kwintensson 7 years ago

      perhaps https://github.com/cdnjs/cdnjs/tree/master/ajax/libs/plupload/1.5.8

      • By Dietmar Dumke 7 years ago

        Thank you, that's almost the same what I also found already, after tinkering the URL in the browser address bar. https://github.com/moxiecode/plupload/archive/v1.5.8.zip
        However, the js folder in the 1.5.8 download does not contain the file plupload.full.min.js mentioned in the plupload.txt. So I desperately imported all the files in the js folder into the database Resources Files section.
        Where I now have got so far is the Bildr web UI working in general, but any upload of pictures fails. In “Upload Step 2 - Select Image files” the UI presents a “You browser doesn't have Flash, Silverlight, HTML5, or HTML4 support.“. Same time, the server console throws “HTTP Web Server: Couldn't find design note - XSPUploader.js [/bildr/bildr.nsf/XSPUploader.js] CN=Administrator/O=Acme”. So far, I was not able to locate a design element with this name in the bildr database.

        • By Dietmar Dumke 7 years ago

          Here is the comment the HTML parser accidently has removed from my previous reply. “Download and install the jquery.plupload.queue.js file adapted for xpages in combination with dojo from the following URL: https://github.com/PatrickKwinten/xsp.plupload.queue.js

        • By Patrick Kwintensson 7 years ago

          can u drop your contact details then I cand sent the files to you

      • By Dietmar Dumke 7 years ago

        The default theme mentiones the file in a comment:

        After getting and adding this file as “XSPUploader js” to Resources\Files, upload of images is now working.

        Please consider to update the Bildr documentation.

    • By Patrick Kwintensson 7 years ago

      have you tried bower https://gemnasium.com/bower/plupload/versions/1.5.8 ?