Код: Выделить всё
Would you like to attach you CV? Click here
< /code>
javascript: < /p>
var myfile="";
$('#resume_link').click(function() {
$('#resume').trigger('click');
myfile=$('#resume').val();
var ext = myfile.split('.').pop();
//var extension = myfile.substr( (myfile.lastIndexOf('.') +1) );
if(ext=="pdf" || ext=="docx" || ext=="doc"){
alert(ext);
}
else{
alert(ext);
}
}
Подробнее здесь: https://stackoverflow.com/questions/179 ... ile-upload
Мобильная версия