Page 1 of 1

Most efficient way to access Blob data

PostPosted: Thu Jul 16, 2020 12:59 pm
by shannah
What is the most efficient way to copy Blob data from Javascript to Java? One way that comes to mind is the perform POST request with the blob data and process it using a ResourceHandler. Are there any other approaches that I should consider?

Re: Most efficient way to access Blob data

PostPosted: Thu Jul 16, 2020 1:04 pm
by magreenblatt
POSTing the blob data is probably the best option.