javascript - Upload blob webm video from chrome

I managed to create a simple chrome extension for screen recording using RecordRTC.js.
When recording ends, aSave As
dialogue box appears allowing to save video in the local disk.
Example saved file (.webm) :
a0a6e433-b4cd-4fb0-907a-708f57b395c2.webm
This is the Blob link for video preview in a new tab :
blob:chrome-extension://kllkepcdildfdhlnieemaolmnbkafgjc/6251e6fc-d12d-44d8-a35c-04389563e2ec
My question is: how can I upload this Blob to my server using PHP (using a Upload button)?
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: php undefined array key
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.