I would like to write an interface to allow user to upload png files to the server. Is it possible to allow a user to select more than 1 file in one single time (multiple select), and then simply click a button, all files will be uploaded.
Thanks
Yes its possible however it will be slow. You should read up on File Uploads from there its simply adding a few more input fields for the upload and then using PHP to validate each upload.