how to serialize a blob javascript
I need to serialize some blobs to send to php. I also want to be able to
unserialize it when the php script sends it back. JSON does not stringify
the contents of the blob, just metadata like the name, size, etc. How can
I do this?
No comments:
Post a Comment