Hi folks,
with HTML-element <input name='my_file' type='file' size='50' accept='text/*'>
I could give the user the ability to upload a file -the security-things I know and also I’m using getimagesize and my script is handling the mimetype.
So far so good. But the user only could upload one file per <input type='file'...
Is there an easy way that the user could tell the script exactly the folder, where it should search for its needed files and it then automatically uploads every file (of the given mimetype)?
To say it clearly: I don’t ask for the Syntax but for the Semantic.