Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I'm planning to save an online mp4 link to user's local using embedded server. I can do it from input file control. But now I have to do it for online mp4 video.
What I do for file is to send byte array with parts using file.slice method using ajaxrequest as formdata. Then embedded server gets the bytearray and creates the file.
It is ok for file control, but how can I do it for online mp4 video link?
Posted

1 solution

I have implemented mp4handler for nancyfx and it worked.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900