[TIMOB-2455] Blob Object does not provide access to the raw data
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2012-07-26T12:08:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Tim.Alosi |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:20:15.000+0000 |
Updated | 2012-07-26T22:03:14.000+0000 |
Description
What I am trying to do is hash an image. Unfortunately (using SDK 1.4.1.1 and iOS 3.2) it does not appear that there is any way to access the raw data (in an array of bytes or as a string etc). So the built in MD5 digest function throws an error, and other javascript based hashing algorithms are not useful either.
For the Blob object, access to the raw data should be provided.
Thank you.
Cannot reproduce SDK 2.2.0.014b86f on iPhone Sim 5.1. Test code:
Reopen to edit comment