Support the ongoing development of Laravel.io →
Database
Last updated 2 years ago.
0

You need to use js to get the encoded image; If you're using jquery try something like this.


$.ajax({
  url: "/path/to/submit",
      data: {
         imgdata:$('#photo').attr('src');
      }
});

then on the laravel controller you should be able to get it using $request::get('imgdata');

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.