phpbar.de logo

Mailinglisten-Archive

[php] file upload unter win32?

[php] file upload unter win32?

andreas otto andreas_(at)_noho.co.uk
Tue, 12 Oct 1999 18:25:29 +0100


ganz schnell, probier das mal, bei mir funzt es, musst aber noch die <? ?>
drum rum bauen....
hab jetzt leider keine zeit das naeher zu erklaeren, morgen mehr wenn's noch
nicht klappt,

gruss,
andreas

daten aus meiner config datei:
$upl_path="f:/webserver/htdocs/a/admin/documan/docs";


//upload file now and insert into DB

Document
print("$doc_name");

Path
print("$doc_path");

Size
echo filesize("$doc_file");

Uploading

 /* delete old file if any */
 if(file_exists($doc_path."/".$doc_name)==1) {

Delete old file:
echo $doc_name;
 if(unlink($doc_path."/".$doc_name)==1):
ok
 else:
Error!!
 endif;

 }



Move file.
 if(rename($doc_file,$doc_path."/".$doc_name)==1):
ok
 else:
Error!!
 endif;

--
Andreas Otto

NoHo Digital Ltd,
Floor 2, Canberra House,
315 -317 Regent Street
London W1R 7YB

Reception 0171 299 3434
Fax 0171 631 5050
http://www.noho.co.uk




php::bar PHP Wiki   -   Listenarchive