I’m posting an image from an ASP.NET page to PHP server side $_FILES array.
How can I get the $_FILES array in PHP to access the file posted from ASP.NET?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s the same regardless of whether your upload form is created with ASP.NET, PHP or any other server-side technology, so long as it renders a correct upload form that posts the file your PHP page, e.g.