davie Posted July 2, 2004 Posted July 2, 2004 I need to copy a user selected file from the users local machine to the server so that I can work on it Server Side, using only the path of the file on the client side. Quote
Moderators Robby Posted July 3, 2004 Moderators Posted July 3, 2004 you can use a System.Web.UI.HtmlControls.HtmlInputFile control on your form Quote Visit...Bassic Software
davie Posted July 3, 2004 Author Posted July 3, 2004 Robby, by using that: after selecting the file and submitting the form, the file can't be seen on the Server side code. How do I get it seen by the server side code? Quote
Moderators Robby Posted July 3, 2004 Moderators Posted July 3, 2004 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuihtmlcontrolshtmlinputfileclasstopic.asp Quote Visit...Bassic Software
davie Posted July 5, 2004 Author Posted July 5, 2004 cheers that was exactly what I was looking for. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.