RE: [Help Me] How To Upload A File Or PHP 04-20-2014, 02:56 AM
#10
(04-20-2014, 02:43 AM)vampireclanz Wrote: lol . but I Need To Know How To Upload It . It May Come In handy in the future .
btw , Here The Script I Use
-NUDERED
Maybe there's An Error With this Script ? o.O
The html form you're using to make the request doesn't matter, as long as your arguments match the target php script's code. Like I described earlier, this will determine whether or not you'll be able to upload a file.
Something as simple as the following will work, as long as the "name" parameter matches the one in the script:
Code:
<form action="http://heteroequality.com/sekret/upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="file">
<input type="Submit" name="Submit" value="Submit">
</form>Hopefully you understand. I don't know how else to explain it.



![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)