My web-based system requires the user to upload four files. Therefore I use a form object INPUT TYPE=FILE in the HTML form.

The users want to have a default value in each file field. Yet the browser blocks the default value of FILE object because of security concern.

What can I do to fulfill the user's requirement? Please kindly advise. Thanks a lot.