After capturing the packet, I saw an image like this, with more names such as these
Content-Disposition: form-data; Content-Type: image/jpeg
Backend code
<code>$get = $_POST; file_put_contents("./Upload/img/".time()."-avatar.txt",base64_decode($get));</code>
As a result, this txt is empty
After capturing the packet, I saw an image like this, with more names such as these
Content-Disposition: form-data; Content-Type: image/jpeg
Backend code
<code>$get = $_POST; file_put_contents("./Upload/img/".time()."-avatar.txt",base64_decode($get));</code>
As a result, this txt is empty