Sanitize file path in PHP

realpath() will let you convert any path that may contain relative information into an absolute path…you can then ensure that path is under a certain subdirectory that you want to allow downloads from.

Leave a Comment