Ok, so I have a php api on one server used for uploading images, and I want it to redirect to another server while passing along the $_FILES data. I tried using the header() method, but it seems $_FILES gets lost in the process. What would be the most straightforward solution?
Thanks!
best idea would be to
It’s nothing hard.