mardi 22 mai 2018

How i can i get images in laravel backend

i'm using this react plugin https://github.com/aleksei0807/react-images-uploader

and i want to get the imagens in backend laravel and then return in base64 i'm using this but no response with images

public function saveMultipleImages(Request $request){
      $data = $request->all();

      return Response::json([
      'data'=> $data
      ], 200);
    }

thanks in advance carlos vieira



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire