Copy Files from one location to another

shalnark04

New member
Joined
Jan 8, 2010
Messages
3
Location
Manila
Programming Experience
1-3
Hi guys, i hope you can help with this one. i am working on an application that would copy files from one location to another that is thru network, i already tried using File.IO and Webservice but still copying huge/large amount of files is very
slow. also, my boss asked me to save base64 strings to database and connect to the database and regenerate the file, but when i tried saving a total of 100Mb Files, when im querying it in the database it still takes atleast 10-15min just to query it..



can anyone help me with this, what approach should i use(using IO,Webservice or Conversion to Base64) and if possible to have some link or resources that i can use

Any help would be so much appreciated..

 
Back
Top