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..
This error was occurring because with the ActiveX version which works with IE only, there is a limit of 100 custom meta data items per request.
This causes the loss of some of the data causing the error.
Hope this helps someone.
They are increasing this limit with the next version too. Until then you can use there file tag feature which allows you to bundle up related sets of meta.