Manaus Posted February 14, 2014 Posted February 14, 2014 Hello, I have a form where there are many input[text] and one input{file/image}. How can I check whether the file/image was submitted, since it doesn't show up in the POST array? Thanks!
diogo Posted February 14, 2014 Posted February 14, 2014 For files, check the $_FILES array instead. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now