You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I have a form where you have to enter your info and then add a video. The problem is that with samples provided by this plugin, when video stops recording, it automatically .fileload the file with AJAX to server.
There is a way how "on stop" recording to append this video to my , and then, when all the form is completed and user press Save, proceed the entire form ?
So, the issue is in appending the recorded video to input, not auto-load to server, and when the form is completed and submited by user, just then go with Ajax to a backend route that do the stuff?
The text was updated successfully, but these errors were encountered:
Ok, I have a form where you have to enter your info and then add a video. The problem is that with samples provided by this plugin, when video stops recording, it automatically .fileload the file with AJAX to server.
There is a way how "on stop" recording to append this video to my , and then, when all the form is completed and user press Save, proceed the entire form ?
So, the issue is in appending the recorded video to input, not auto-load to server, and when the form is completed and submited by user, just then go with Ajax to a backend route that do the stuff?
The text was updated successfully, but these errors were encountered: