Michael McGrady wrote:
Not sure what you are saying here, Gluck. Can you explain? I personally see these two implementations as competing applications.
Michael McGrady
Michael,
(My first name is Ortwin btw)
No they are not competing but they are complementary. You would use HttpClient to read a file from disk, wrap it in a HTTP request and send it to a server. On the server you would use FileUpload to receive the file via HTTP, decode the MIME and save it somewhere on the server. FileUpload is typically used by webapp frameworks.
Cheers
Ortwin Glück
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]