When running the Aurigma Image Upload control in debug mode I get the following error:
Package error occured: error code = 0x00000000
Has anyone else had this issue or know what it means in more detail?
I notice my custom package values don't all get posted even though they are set correctly on the client side.
I add values like this:
uploader.metadata().addCustomField('Comments', $('#Comments').val(), false);
My upload size per request is only about 300kb so shouldn't be an issue.
Anyone had similar issues? It works perfectly in chrome..