From the menu go to: Insert > Forms >Browse Button
This control type allows the user to select files so that their contents may be submitted with a form.
<form method="post" action="">
<input type="file" name="">
</form>
Result:
See Also: Form Samples