Thread: Probblem
View Single Post
  #1  
Old 02-21-2005, 02:20 AM
WereWolf
Unregistered

Posts: n/a

Probblem

$maxsize="0"; // In KiloBytes, set to 0 for unlimited.
$randomname="0"; // Use random file names? 1=yes, 0=use original file name.
$usetypes="1"; // Leave this to 1 to restrict file types (Below), change to 0 to allow all file types.
$types=array("jpg","gif","png"); // Please keep structure.
$url="/http://www.df-armory.net.com/pd/files/"; // Full url to where files are stored. With Trailing Slash
$folder="/pd/files/"; // Path to files folder. If this fails use full path below. With trailing slash
$fullpath=""; // Only use this variable if you wish to use full server paths. Otherwise leave this empty! With trailing slash
$password=""; //Use this only if you want to password protect your uploads.



i got this all done but it still doesn't work
Reply With Quote