-1
- I have to record a 5s video on the webcam, after the recording upload this video to a folder.
- I have already searched several plugins in JS,
- Only I don’t know how I can Upload this video to a function in my Controller, Is there any way to do this using html and then upload it to a folder in my project? or some other way.
- Project is in Asp.Net MVC
I didn’t post the code because I tested several, This Script I used it, records the video and sends to a php server and returns the Video Link.
– Hugo Guedes
Yes, what you should do to get this result is to transcribe the upload process to PHP in . NET, as the example quoted. However, as you said you could not use your Controller, the only alternative is to save it locally, which can be done with Storage location. In case, you need to evaluate your need, it seems to me, you need to recover the video later, then really has to be done your Submit.
– Lucas Matias
Misspelled I can use yes to controller
– Hugo Guedes
Dude, take a look at the library’s MVC repository :)
– Lucas Matias