We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The User Guide has some misinformation (https://codeigniter4.github.io/CodeIgniter4/libraries/uploaded_files.html#other-file-info) about the UploadedFile class, which does not actually have getClientType() (should probably read getClientMimeType(). Also falling back to getType() gives "file, link, or directory" - probably meant to say getMimeType().
getClientType()
getClientMimeType()
getType()
getMimeType()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The User Guide has some misinformation (https://codeigniter4.github.io/CodeIgniter4/libraries/uploaded_files.html#other-file-info) about the UploadedFile class, which does not actually have
getClientType()
(should probably readgetClientMimeType()
. Also falling back togetType()
gives "file, link, or directory" - probably meant to saygetMimeType()
.The text was updated successfully, but these errors were encountered: