1

Such internet browsers like Internet Explorer and Opera can save web pages as a single mht file.

Assume I have a web page with a <video> tag and a video located in the same directory. Is it possible to save this page as a mht file which would contain the video?

I tried to do that, but the resulting mht file contains only html code and pictures.

hank
  • 161

1 Answers1

1

I have found a solution.

Though Opera and Internet Explorer do not include video when you save a web-page as a mht file, it is still possible to add it manually.

I've manually inserted a Base64 code of the video file and a corresponding header to my mht file and Opera opened it without any problem.

hank
  • 161