0

BrowserPlus Uploader - crashes when uploading more than 1 file

Hi Guys,

I have a very simple implementation of the Browserplus Uploader. When uploading 1 file, no problem. When uploading 2 or more, it works once or twice but I usually get the crash dialog -- "BrowserPlusCore has encountered a problem and needs to close".

Here's my simple html file:

<html>
<head>
<script src="http://bp.yahooapis.com/2.4.21/browserplus-min.js"></script>
<script src="http://bp.yahooapis.com/toolbox/uploader/1.0.6/uploader-min.js"></script>
</head>

<body>

<div id="myUploader" style="width:350px; height:285px; border:1px red dashed"></div>


<script>
function myFileCB(result) {
}

function myUploadCB(result) {
}

var uploader = BPTool.Uploader.create("myUploader", {
uploadUrl:"myURLThatWorks"
});

uploader.render();

</script>

</body>
</html>

Now that html file is inside an IFRAME. This IFRAME is inside a YUI dialog.

Any ideas?

by
3 Replies
  • Hey Mike,

    Thanks for the report!

    I wonder if you'd be willing to try a couple things... First are you able to reproduce the bug on 2.5.0? You can uninstall browserplus then install 2.5.0 from here:
    http://github.com/browserplus/platform/downloads

    Either way, would you be willing to open up a bug, here:
    http://browserplus.lighthouseapp.com/proje...atform/overview

    The final thing would be providing a small sample site and steps to reproduce.

    It really sounds like a bug in browserplus, as the BrowserPlusCore process should never crash, no matter what you do to it. Possibly interesting information are *what* files you drag in order to make it crash?

    Look forward to a bug report and more info, and thanks for taking the time!

    lloyd
    0
  • Hey Lloyd,

    Thanks for the response.

    I just tried version 2.5, but I still get the same crash. I closed all Firefox browsers prior to trying it.

    The files I'm uploading are just jpeg files. They are just around 278KB each.

    I dont drag and drop. I just use the "Browse..." link.

    Uploading 1 file - no problems.

    Uploading 2 to 4 files are inconsistent. Sometime it works, sometimes it crashes.

    Crash almost always takes place with 5 or more files.

    Hope this helps.

    Thanks!
    0
  • Hi Lloyd,

    Unfortunately, as for the sample site, the system is currently not accessible outside.

    But I did click on the "Send Report" when the new crashed happened. Hopefully that helps too.

    If you have other ideas (or experiments to try out), let me know.

    Thanks!
    0
This forum is locked.

Recent Posts

in Support & General Questions