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
Nandha Kumar Nagarajan
NA
284
57.3k
the given paths is not supported using ajax file upload
Jun 17 2019 4:36 AM
protected void AjaxFileUpload1_UploadComplete(object sender,AjaxControlToolkit.AjaxFileUploadEventArgs e)
{
string filesuploaded = Server.MapPath("~/uploaded/") + e.FileName.ToString();
AjaxFileUpload1.SaveAs(filesuploaded);
}
Reply
Answers (
1
)
DateRangePicker Time Issue?
How to Implement ADFS With Existing Asp.Net Core 2.0 MVC