TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
victor ebe
NA
68
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
Reply
Answers (
0
)
How to find GridView LintButton text inside datalist
mvc sitemapprovider