M
Mr Gordonz
Hi All,
I want to be able to save a file from the client's PC on the server. The
tricky part is the aspx page is never actually seen by the user. Basically,
I have a VB application running on the client PC, it calls an aspx page and
passes some data as query srtings, including the full path to the relevant
file(s) on the client PC.
For example, the VB app might call the page thus:
http://www.mysite.com/uploadfile.aspx?filename=C:\somefile.doc.
I need the aspx page (upload.aspx) to retrieve the file from the client PC,
and then save it in a subfolder of the application root,
For example: c:\inetpub\wwwroot\mysite\files\somefile.doc
Any help greatly appreciated.
Cheers,
MG
I want to be able to save a file from the client's PC on the server. The
tricky part is the aspx page is never actually seen by the user. Basically,
I have a VB application running on the client PC, it calls an aspx page and
passes some data as query srtings, including the full path to the relevant
file(s) on the client PC.
For example, the VB app might call the page thus:
http://www.mysite.com/uploadfile.aspx?filename=C:\somefile.doc.
I need the aspx page (upload.aspx) to retrieve the file from the client PC,
and then save it in a subfolder of the application root,
For example: c:\inetpub\wwwroot\mysite\files\somefile.doc
Any help greatly appreciated.
Cheers,
MG