Bertiethedog
Programmer
I have this bit of code in the calling prog
and this bit in the called prog
returns nothing
Definatly not rocket science
works fine in the dev area and live area's but won't work at all on the wamp server
ideas gratefully received
Richard
Code:
<form enctype="multipart/form-data" action="uploader.php" method="POST">
and this bit in the called prog
Code:
die(basename($_FILES['uploadedfile']['name']));
returns nothing
Definatly not rocket science
works fine in the dev area and live area's but won't work at all on the wamp server
ideas gratefully received
Richard