-1

I want to upload images with methos post, I've seen tutorials but I haven't seen tutorials that speak about method post. I'm doing a page and I require use this method.

oiram16
  • 95
  • 1
  • 9

1 Answers1

0

A post request will have The Request Payload, you can put your image there.

To get the request payload in php, you can use $_POST.

samAlvin
  • 1,648
  • 1
  • 11
  • 35