Hello Everyone!!!!
I am using ASP.Net Beta 2 and attempting to upload a file from the client machine to the server. The catch is I need to upload the file without the user knowing about it.
I have not been able to assign the remote path to the HtmlInputFile control at design time.
Next Question what triggeres this control to begin the transfer of the remote file into memory for me to save on the server using Whateverctrl.PostedFile.SaveAs.
Thanks for any help!!
