Hi,
<form name="frm1" action="filename.asp" method="post" ENCTYPE="multipart/form-data">
<input type="file" name="txtFile1">
</form>
This will allow to search for selecting file in network or local(just like File -> Open under wondows environment)
To copy the file to intranet server(i assume that your virtual root), use
http://www.aspsmart.com (ASPSmartUpload control). Download it for free and follow the methods and properties.
Which user you are talking about? (network user/your site user)
------------
Rajani