-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HELP: Uploaded content is not recognized by PHP #713
Comments
There is a wiki page for PHP, have you look at it? |
@danialfarid Yes, I have read it and tried it. It seems the issue is about the file name. It is not sent to server. It file contents is available using BTW: why both file and data are set to file in the PHP example. |
I have updated the wiki, you don't need to set both or set the content-type. |
Closing this, if you are still having issues please create a new one or reopen this. |
#763 |
I am trying to catch the uploaded file using $_FILES global array. While the content of file is sent to server, it seems PHP could not catch uploaded file meta-data (file name etc). So the $_FILES is empty. By the way, it's strange that I should set both file and data properties to
file
HTML markup:
The text was updated successfully, but these errors were encountered: