Jump to content

Realpath


Charisma

Recommended Posts

Thanks but heres the problem. I have a php configuration file, refering to a function that allows me to batch upload images from a folder on my server, into one of my databases:

 

<?php

 

# This defines the path where all your albums are stored

# Put all your images into folders under this directory

# then use the batch add files for adding the images into the

# iGallery

 

# *nix servers should be

#define("images_path", "realpath here");

 

# Windows server should be

#define("images_path", "realpath here");

 

 

?>

 

The folder containing the images is located at:

 

www.surfstream.co.uk/gallery/images/test

 

From advice, between the " " quotes, should start something like:

 

/usr/www/html/...etc..

 

However, do I need to replace the www or html? Can anyone please show me the correct format

 

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/42381-realpath/#findComment-206360
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.