forum

Home / DeveloperSection / Forums / Difference in ASP.NET file uploading functions

Difference in ASP.NET file uploading functions

Manoj Bhatt160222-Aug-2014

I am learning how to upload a file to a server in C# ASP.NET.

What is the difference between these 2 functions:

element.PostedFile.SaveAs();

WebClient's wc.UploadFile();


Updated on 22-Aug-2014

Can you answer this question?


Answer

1 Answers

Liked By