Hi,
I am creating an ASP.NET screen in which the user will be able to select a file from his local disk and uploads it on to an FTP site. When I am running the ASP.NET application through the localhost all runs fine since the file would exists on HDD, on the otherhand, running the application from a site, obviously the file will not be found since it's on the HDD of the user and not on the server's HDD.
Is there a way how I can ftp from the user's PC onto an FTP site without having to first transfer the file onto the server?
Many thanks in advance,
I am creating an ASP.NET screen in which the user will be able to select a file from his local disk and uploads it on to an FTP site. When I am running the ASP.NET application through the localhost all runs fine since the file would exists on HDD, on the otherhand, running the application from a site, obviously the file will not be found since it's on the HDD of the user and not on the server's HDD.
Is there a way how I can ftp from the user's PC onto an FTP site without having to first transfer the file onto the server?
Many thanks in advance,