victor ebe

victor ebe

  • NA
  • 27
  • 0

How to Upload file to DropBox in MVC or ASP.net with c#

Jun 16 2015 10:53 AM
I am new in Dotnet. I need to upload file to Dropbox. I refer some videos But i cant able to do. I have install assembly

using Nemiro.OAuth;
using Nemiro.OAuth.LoginForms;
This is my Code
foreach (HttpPostedFileBase fileUpload in ATTFile)
{
if (fileUpload != null)
{
string folderPath = Server.MapPath('~/UpLoadedFiles/');
fileUpload.SaveAs(folderPath);
}
}
Please Help For this As soon as Possible.. Thank you