Hi,
My application is related to uploading files from user's machine to the hosting server. These files which are to be transferred are stored in the byte format in server database. Here is the overview :
- Client downloads the application from the website
- This software is installed in the form of windows application (which allows the user to select files to be uploaded ) and windows service ( runs at the user specified time and tranfers the files into the sql server machine) .
Can you suggest any idea how it can be acheived ?
Rajesh VarmaPosted Oct 8, 2009, 4:05 AM
Roei BarPosted Oct 8, 2009, 3:20 AM
if you want a clientform to just select, then remeber all files to be copied in an XML file
and let the Service run on the XML and load it to the server, the server will on PostedMsg create a connection to the db
and copy the file from memory or IO to the DB and remove it from IO or memory