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
I'm trying to get the .save method to send the picture as an HTTP post, I'm not seeing any requests made in the console or in the request logs - how does this method work?
The example shows;
webcam.save('/upload.php');
But I'm not seeing that fire.. The example is otherwise working, the image is displaying on the page..
Anyone have any idea?? Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to get the .save method to send the picture as an HTTP post, I'm not seeing any requests made in the console or in the request logs - how does this method work?
The example shows;
webcam.save('/upload.php');
But I'm not seeing that fire.. The example is otherwise working, the image is displaying on the page..
Anyone have any idea?? Thanks!
The text was updated successfully, but these errors were encountered: