Add Video File Input and Preview in a Next.js App

InstructorVladimir Novick

Share this video with your friends

Send Tweet

In order to send video for processing you will add a file input along with the preview of what video you gonna upload.

It’s important to note, that even though you are using a file input to send video file to Symbl Async Video API, it’s also possible to send URL instead of the file. You can read more about that here