Multiple file upload using WebClient/HttpWebRequest

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Is it possible to upload multiple files using WebClient Class(Like
HttpRequest Class).?
If Possible please help!!
 
Rajesh said:
Hi,
Is it possible to upload multiple files using WebClient Class(Like
HttpRequest Class).?
If Possible please help!!

No. You'll have to implement that yourself using HttpWebRequest.

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top