How we can allow only excel sheet to be uploaded in file uppload functionality.
vinaya 0 Newbie Poster
Recommended Answers
Jump to Postget extention of file if it xls not upload
str="osama.xls";
string s2=str.substring(indexof('.')+1,str.length());
if(s2=="xls")return;
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.