I am using Uploading Class to upload images. But the place where my uploaded images will be saved will be: http://www.mysite.com/uploads/
The absolute path to this folder is: c:\wamp\www\mysite\uploads\
The application folder is located in: c:\wamp\www\mysite\application\
Therefore, when I boot to the server, the absolute path will be different. So how to get the absolute root path to use with the upload_path configuration to load the class?
source share