<mp33487@hotmail.comwrote in message
news:468ae6c1-7aa2-43c2-8615-bc633241e660@l64g2000hse.googlegroups.com...
Quote:
I'm trying to upload/download files programmaticly to a records
management system. I have it working fine on my dev machine using
vb.net code-behind pages but when I place it on the server when it
goes to upload files it (datatable of file paths and data stored in a
session var) it errors because the code can't find the files. It
seems to be trying to read the file from the server drive not from the
client machine.
Yes, that's exactly what's happening. On your development machine, server
and client are actually the same physical machine...
Quote:
If there is a utlility that I can buy to programmaticly upload/
download files I'd do that well. I need to do both actions without
user interaction and coordinate that with my web services to manage
the files and data.
You have (almost) no chance whatsoever of doing this, for fairly obvious
security reasons...
Imagine a public website which could upload and download files to and from
client browsers without user interaction - you'd be surfing away quite
happily while the site was freely downloading malware and uploading your
accounts file, password list etc...
All modern browsers are designed specifically to prevent this sort of
functionality - don't even bother trying...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net