The dynamic adding is driven by javascript in the UploadHandler.aspx file. To remove it, edit the UploadHandler.aspx file as follows:
- Remove the javascript that adds/removes file inputs automatically.
- Add a single file input between the form tags on that page.
If you want to make the file required, drop an UploadManagerRequiredFileValidator on the page with your UploadManager.