My client side code deals with canvas drawing, and i generate a blob zip file of the shapes using javascript. I want to use the zip at the server side. However, I am not able to find any solution.
I have tried using remote command, but using that i can only pass string parameters to the JSF bean. I tried hacking the primefaces fileUpload plugin somehow so that I could pass my blob to the backing bean, but that also didn't work out.