Good evening, I need some help on the input part, I have a
<input type="file" id="filesend" name="file" multiple/>
How do I make a script that automatically detects when the user places a file in the input and sends $_POST['file'];
to upload.php
?