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
Shahbaz Kaware
NA
535
31.4k
How do I get full path of the selected file in jquery
Nov 11 2019 12:50 AM
for (var i = 0; i < $('input[name="documentType"').length; i++) {
var file = $('input[name="fileInput"').get(i).files[0];
var docTypeId = $('input[name="documentType"')[i].value;
if (file != undefined && docTypeId != undefined) {
fileTotCnt = fileTotCnt + 1;
}
}
What I have tried
The above is my coder oinly taking the image name. I want the full path with file name with the extension in jquery plz help
Reply
Answers (
1
)
Disable F5 and browser refresh using JavaScript
Redirect Now post .