oricteropo
IS-IT--Management
I'm writing an ASP application that requires the user to upload from their machine to the server. They can browse and select the file that they want to upload using HTML's Input-File object. Once I have the path on their computer I need to upload the file to the server. I would prefer not to use any COM object for this. Does anyone have anytype of script which could help me to do this?
(I am not using ASP.Net so I can't use the HtmlInputFile class)
(I am not using ASP.Net so I can't use the HtmlInputFile class)