Is there a way to dynamically upload a file when the full path of a file is known ? <BR><BR>I gave a failed try by creating an instance of HtmlInputControl and setting its value property to the file path, something like this...<BR>********************<BR>System.Web.UI.HtmlControls.HtmlInputFile ctlFile = new HtmlInputFile();<BR>ctlFile.value = http://aspmessageboard.com/archive/index.php/"c:myFiles est.txt";<BR>ctlFile.PostedFile.SaveAs("c:uploadedFiles est.txt")<BR>********************<BR><BR>But, it is not getting the handle. Any suggestions on how this can be accomplished ?<BR><BR>Thanks !<BR>Without user interaction? Nope. Can't do it. That would be a serious, serious security flaw.