<form action="./kyleuploadgroup.php" method="post" enctype="multipart/form-data"name"flieuploader">
<font color="#000000"> </font>
<p><label for="file"><font color="#000000">Select a file to upload into the group folder:</font></label> <font color="#000000"> <br />
<input type="file" name="userfile" id="file" />
Kyle:<input type="radio" name="pathchooser" id="pathchooser" value="./kyle/">
<label></label>
Group:<input type="radio" name="pathchooser" id="pathchooser" value"./group/">
<br />
<button>Upload File</button></font></p>
</form>
The "kyleuploadgroup.php" file
$upload_path = '$_POST["pathchooser"];';
No known knowledge of forms and php--(Yet)
Thanks

New Topic/Question
Reply
MultiQuote






|