| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Feb 7 at 1:23 | |
| stats | profile views | 1 |
|
Jan 11 |
comment |
Rails3 - pass thumbnail image as Byte Array to JSON Base64.encode64 converts my image into the byte array that is not as expected. Would expect it to be in array of integers, such as this example: techques.com/question/1-10402834/…. What decoder I should use? |
|
Jan 10 |
comment |
Rails3 - pass thumbnail image as Byte Array to JSON ruby-doc.org/stdlib-1.9.3/libdoc/base64/rdoc/Base64.html shows string and URL encode/decode only, not on image. |