Is there any one who could help with a problem. I have an application that uploads images to a file server with my upload directory set thus:[PHP]define('ALBUM_I MG_DIR', 'C:/Inetpub/wwwroot/sites/supportbridges/www/admin/profile/images/album/');[/PHP]
This is how it is on my local computer running on IIS, now I want to transfer the same application to a Linux host. What can I do to shorten the directory link so as to be able to upload images to the same folder: The upload folder is "album"
This is how it is on my local computer running on IIS, now I want to transfer the same application to a Linux host. What can I do to shorten the directory link so as to be able to upload images to the same folder: The upload folder is "album"
Comment