PHP 8.5.0 Alpha 4 available for testing

Voting

: six minus one?
(Example: nine)

The Note You're Voting On

rrueda at silegonline dot com
5 months ago
It's not necessary to write multiple input fields in the form to upload multiple files, this way, with only one input also works:

<input type="file" name="nomfile[]" multiple>

<< Back to user notes page

To Top