Can $w("#uploadButton1").value be converted to Blob?

I need to convert an uploaded image to string, Buffer, Stream, Blob, or typed array object in order to upload it to s3. Can this be done from $w(“#uploadButton1”).value or will I have to use html or something else?

Any news on this? I have the same problem and can’t find the answer anywhere