Click here to Skip to main content
16,018,653 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHelp Pin
Nguyen Dinh Quy4-Jul-05 20:42
Nguyen Dinh Quy4-Jul-05 20:42 
GeneralRe: Help Pin
Christian Graus5-Jul-05 0:16
protectorChristian Graus5-Jul-05 0:16 
GeneralMSMQ Pin
nitin_ion4-Jul-05 20:30
nitin_ion4-Jul-05 20:30 
GeneralRe: MSMQ Pin
Dave Kreskowiak5-Jul-05 2:46
mveDave Kreskowiak5-Jul-05 2:46 
GeneralRe: MSMQ Pin
nitin_ion5-Jul-05 17:27
nitin_ion5-Jul-05 17:27 
GeneralRe: MSMQ Pin
Dave Kreskowiak6-Jul-05 1:00
mveDave Kreskowiak6-Jul-05 1:00 
GeneralRe: MSMQ Pin
nitin_ion6-Jul-05 18:27
nitin_ion6-Jul-05 18:27 
GeneralRe: MSMQ Pin
Dave Kreskowiak7-Jul-05 2:20
mveDave Kreskowiak7-Jul-05 2:20 
In this case, I would probably use BIS to do the transfer. It has a couple of advantages:
1. BITS transfers files in the background so foreground applications don't take a performance hit.
2. If other applications need more network bandwidth, BITS detects this and backs off on its use of the network.
3. If the user shuts down the machine, BITS will pickup the file transfers from where they left off. You don't need a continuous network connection to stay up for the entire file transfer.

I would not recommend using a web service to upload the file for just theses reasons. I would probably still use either FTP or HTTP server to upload the files to. When the transfer is completed (BITS does support notifications like this), then you could probably call a web service on that server to look at the file.

Just make sure you upload the file first, THEN notify the server that its there. What's the point in notifying the server of a file that you haven't uploaded yet?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: MSMQ Pin
nitin_ion7-Jul-05 17:35
nitin_ion7-Jul-05 17:35 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 1:24
mveDave Kreskowiak8-Jul-05 1:24 
GeneralRe: MSMQ Pin
nitin_ion7-Jul-05 20:14
nitin_ion7-Jul-05 20:14 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 1:27
mveDave Kreskowiak8-Jul-05 1:27 
GeneralRe: MSMQ Pin
nitin_ion8-Jul-05 1:59
nitin_ion8-Jul-05 1:59 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 12:04
mveDave Kreskowiak8-Jul-05 12:04 
GeneralRe: MSMQ Pin
nitin_ion8-Jul-05 18:23
nitin_ion8-Jul-05 18:23 
GeneralRe: To jonathan15 :control on word save prompt msg Pin
Christian Graus4-Jul-05 19:16
protectorChristian Graus4-Jul-05 19:16 
QuestionHow to change a file content? Pin
rushing4-Jul-05 17:24
rushing4-Jul-05 17:24 
AnswerRe: How to change a file content? Pin
Christian Graus4-Jul-05 17:34
protectorChristian Graus4-Jul-05 17:34 
GeneralPrinting TextBox Text Pin
Anonymous4-Jul-05 10:20
Anonymous4-Jul-05 10:20 
GeneralRe: Printing TextBox Text Pin
Anonymous4-Jul-05 12:21
Anonymous4-Jul-05 12:21 
GeneralRe: Printing TextBox Text Pin
Anonymous5-Jul-05 3:54
Anonymous5-Jul-05 3:54 
GeneralRe: Printing TextBox Text Pin
Anonymous5-Jul-05 15:43
Anonymous5-Jul-05 15:43 
GeneralRe: Printing TextBox Text Pin
Anonymous6-Jul-05 4:35
Anonymous6-Jul-05 4:35 
Questionhow to do VB6 and serial ports abow COM16 Pin
aslm4-Jul-05 9:44
aslm4-Jul-05 9:44 
AnswerRe: how to do VB6 and serial ports abow COM16 Pin
Dave Kreskowiak4-Jul-05 13:47
mveDave Kreskowiak4-Jul-05 13:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.