>I've run across a rather difficult problem to solve. I'm at the point that
 >I don't care how the solution comes, so long as it works. I need to be able
 >to upload/copy a file (potentially as large as 1gig) from a user's machine
 >to this local network.

[sorry for the less-than-detailed solution but i am a little pressed for 
time today]

have you tried sockets?  they take a little TLC to get working on Windows 
machines sometimes but you can select the port and protocol for transfer: 
from your problem it sounds like you need to be low-level.  There is also a 
possibility you can also use the win32 functions for this.  check the 
documentation for available functions in both libraries.

HTH,
grant


Grant Babb                      Email: [EMAIL PROTECTED]
Data Junction Corporation       Phone: (512) 459-1308
2201 Northland Dr.              Fax: (512) 459-1309
Austin, TX 78756-1117           Web: http://www.datajunction.com


Reply via email to