form_upload([$data = ''[, $value = ''[, $extra = '']]])
Parameters: |
|
---|---|
Returns: |
An HTML file upload input field tag |
Return type: |
string |
This function is identical in all respects to the form_input()
function above except that it uses the “file” input type, allowing it to be used to upload files.
Please login to continue.