S
sonicsuper12
Guest
hello, I've been trying all sorts of php scripts and they just don't seem 2 work. I want my html uploader 2 send any file uploaded 2 it. on2 my drive. this is the path I want the uploaded files sent 2: C:\temp . can any1 help me out here? here is my html script: <html>
<head>
<title>Upload</title>
</head>
<body>
<p>Upload</p>
<form enctype="multipart/form-data" action="upload.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="100000"> File:
<input name="userfile" type="file">
<input type="submit" value="Upload">
</form>
</body>
</html>
it's not 4 a site. it's just a simple html upload script. I just wanna type in 1 of my files and see if it will get uploaded 2 my C:\temp then after that I will make it more safe or watever (I'm not a html or php master)
<head>
<title>Upload</title>
</head>
<body>
<p>Upload</p>
<form enctype="multipart/form-data" action="upload.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="100000"> File:
<input name="userfile" type="file">
<input type="submit" value="Upload">
</form>
</body>
</html>
it's not 4 a site. it's just a simple html upload script. I just wanna type in 1 of my files and see if it will get uploaded 2 my C:\temp then after that I will make it more safe or watever (I'm not a html or php master)