Tagged Questions
4
votes
3answers
5k views
How to get full filepath when uploading files in PHP?
I really want to know how am I gonna get the full filepath when I upload a file in PHP?
Here's my my problem...
I am importing a csv file in PHP. Uploading a file isn't a problem but the function ...