Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Post
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Reply
How to Upload file to DropBox in MVC or ASP.net with c#
victor ebe
9 years ago
1.4k
Reply
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
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Datatable-rowwise and columnwise calculations
How to use not equal in joining of LINQ