Setting the value of File upload control from one document to Another document

Hi All,The Scenario is that , i want to Attach the value of File upload control in one document to the File upload control of another document.

Any help will be appreciable

Regards

Subject: Setting the value of File upload control from one document to Another document.

You can’t do this. There are security restrictions in the browser that prohibits any programmatic manipulation of the file upload control. You can’t have a default value for it either, for the same reasons.

If it would be possible, any web site could hide a file upload control in an iframe, and submit it without the user knowing about it.

/Peter