something like:
Code: Select all
<form action="upload_process.php" method="post" enctype="multipart/form-data">
<input type="file" name="file">
<input type="submit" value="upload">
</form>Yes, there are complex tutorials out there, but it doesn't matter what file type, how large, of it nothing has been selected- I'd just like to know how to upload something.
Does anyone have a suggestion on where to find a tutorial? Or have a snippet of code that could be of some use to me? I've become very frustrated and would greatly appreciate any help I could get.. thanks!