![]() |
|
Menu
Online Stores
Search this Site
Miscellaneous |
Path = Home : Form Tips : How To Create A Filet Upload Field For A Form |
|
How To Create A File Upload Field For A Form
A text field will accept any type of alphanumeric text entry. A file field allows a visitor to browse their computer for a file and then upload that file to your server. For example, it will allow a visitor to upload a picture file to your online photo album. <input type="file" name="file">
|
||