The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Quote:
The file input type creates a field through which users can upload files from their local computer
or network. The VALUE attribute specifies the name of the initial file, but it is typically ignored
by browsers as a security precaution. The ACCEPT attribute gives a comma-separated list of
media types accepted, allowing the browser to filter out inappropriate files. Current browsers
generally ignore the ACCEPT attribute.
A form that includes a file INPUT must specify METHOD=post and
ENCTYPE="multipart/form-data" in the