Idea Summary
An easier way for CLOB and BLOB uploads without page submit.
Currently it takes quite some extra work in JavaScript to chunk the data, possibly convert a BLOB to base64 etc.
Use Case
Upload client side generated PDF using some JavaScript library.
Upload files without a submit.
Immediately save a photo taken with a webcam.
Preferred Solution (Optional)
Maybe CLOB and BLOB support in apex.server.process.