View Single Post
Old 12-10-2002, 03:51 AM  
andi_germany
Confirmed User
 
Join Date: Oct 2002
Location: Germany
Posts: 768
You can use symlinks to link to the picture. You can always do that and link the picture from anywhere on the server.

or use this script:

----

use File::Copy;

$sour == "path/to/orig/image";
$dest == "path/to/copy/image/to";

copy("$sour", "$dest");


-----
andi_germany is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote