How can I upload an image, but without using filefield
in EXTJS? So the image is not loaded through filefield, and I do not have its src url. Instead, the image is actually a capture from video file, and it is given as:
canvas.getContext('2d').drawImage(video, 0, 0, video.videoWidth, video.videoHeight);