Hi,
I regularly get B+ errors when downloading, scaling and displaying a bunch of pictures in a photo gallery.
Here are the most frequent error messages:
1) downloaderror - The server response could not be parsed
2) downloaderror - Unable to open temp file for write
3) errorStartingTranscode - Couldn't read image
My code was derived from the PhotoDrop demo (http://browserplus.org/demos/PhotoDrop.html).
Here is the list of services used:
CODE
var BP_SERVICES = [
{ service: 'FileAccess', version: '2' },
{ service: 'FileBrowse', version: '2' },
{ service: 'FileTransfer', version: '1' },
{ service: 'ImageAlter', version: '3' }
];
I sometimes have to reload the page a few times to get rid of the problems. Of course, this is NOT NORMAL, but I don't know what to do to prevent them or recover from them. Page reloading seems to be the only option.
Any ideas?
Thanks
-- Daniel