Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
codeigniter4
/
CodeIgniter4
Public
Notifications
You must be signed in to change notification settings
Fork
2k
Star
6k
Code
Issues
24
Pull requests
11
Actions
Security and quality
17
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add access to
full_path
index of uploaded files
- #7541
#7541
Merged
kenjis
merged 13 commits into
codeigniter4:4.4
codeigniter4/CodeIgniter4:4.4
from
timbatt:uploaded-file-full_path
timbatt/CodeIgniter4:uploaded-file-full_path
Copy head branch name to clipboard
Jun 9, 2023
Conversation
Commits
13
(13)
Checks
Files changed
Merged
Add access to
full_path
index of uploaded files
#7541
kenjis
merged 13 commits into
codeigniter4:4.4
codeigniter4/CodeIgniter4:4.4
from
timbatt:uploaded-file-full_path
timbatt/CodeIgniter4:uploaded-file-full_path
Copy head branch name to clipboard
Commits
Commits on Jun 5, 2023
added `UploadedFile::getClientPath()`
Show description for fe8808c
timbatt
committed
fe8808c
View commit details
Copy full SHA for fe8808c
Browse repository at this point
corrected `UploadedFile::getClientPath()` return types
timbatt
committed
3e2b4c7
View commit details
Copy full SHA for 3e2b4c7
Browse repository at this point
added docs for `UploadedFile::getClientPath()`
timbatt
committed
8d6d9ad
View commit details
Copy full SHA for 8d6d9ad
Browse repository at this point
Commits on Jun 6, 2023
set `$clientPath` default to `null`
timbatt
committed
252ef6c
View commit details
Copy full SHA for 252ef6c
Browse repository at this point
update `$clientPath` param to last param position
timbatt
committed
e57bd28
View commit details
Copy full SHA for e57bd28
Browse repository at this point
made test full path more realistic
timbatt
committed
1e5db76
View commit details
Copy full SHA for 1e5db76
Browse repository at this point
made return type for `UploadedFile::getClientPath()` nullable
timbatt
committed
9be23aa
View commit details
Copy full SHA for 9be23aa
Browse repository at this point
updated order of `$clientPath` param in doc string
timbatt
committed
a387052
View commit details
Copy full SHA for a387052
Browse repository at this point
test if `UploadedFile::clientPath()` returns `null` on versions below 8.1
timbatt
committed
b7d4c2b
View commit details
Copy full SHA for b7d4c2b
Browse repository at this point
added proper tests for `UploadedFile::getClientPath()`
timbatt
committed
43fc0e0
View commit details
Copy full SHA for 43fc0e0
Browse repository at this point
add `version added` to new method
Show description for 6dbfa76
timbatt
and
kenjis
authored
6dbfa76
View commit details
Copy full SHA for 6dbfa76
Browse repository at this point
added change description for `UploadedFile`
timbatt
committed
5e86bd1
View commit details
Copy full SHA for 5e86bd1
Browse repository at this point
Commits on Jun 8, 2023
order variable assingment to match parameter order
timbatt
committed
0b59654
View commit details
Copy full SHA for 0b59654
Browse repository at this point
You can’t perform that action at this time.