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
Dennis Kumar
NA
95
964
File Upload Validation Using JQuery MultiFile Plugin
Jul 2 2018 8:48 AM
This is My aspx Page, where i have fileUpload Control,
<form id="form1" runat="server">
<div>
<asp:FileUpload ID="file_upload" class="multi" runat="server" />
<asp:Button ID="btnUpload" runat="server" Text="Upload" onclick="btnUpload_Click" /><br />
</div>
</form>
And I have Used "<script src="jquery.MultiFile.js" type="text/javascript"></script>" Plugin to Upload Multiple File, How can i dynamically override this Plugin to validate file Extentions
Reply
Answers (
1
)
How to secure webservice ?
How to use FindByValue in Asp.Net With CheckboxList