upload file to webserver

  • Thread starter Thread starter tom
  • Start date Start date
T

tom

Hi,

I'm looking at which option is best to take when uploading a file to a
webserver.

Options :

1. Webclient.uploadFile
2. FTP
3. Webservice, probably with DimeAttachment

The question is, which of these three is most performant. The files to be
uploaded will mostly be about 2-3Mb.

Another thing to consider, I don't have control over the client environment.
So if clientside things like proxy servers, firewalls influence the best
choice, please let me know.

Thx,
Tom
 
Best Choice,

1. Webclient.uploadfile. Most of the firewalls don't block http protocol. It
even supports proxies.

Worst choice :- FTP. However, performancewise, it may be good. But there can
be several trouble using it like firewall, proxy.




Vinay Khaitan

[Windows Forms Layout Control]
http://www.smart-components.com/
 
Back
Top