Let's Sharepoint
Friday, March 25, 2016
jquery fileupload validation , allowing only specific file extensions
$("#FileUploadToServer").change(function () {
// var fileExtension = [ 'jpg', 'png', 'pdf'];
// if ($.inArray($(this).val().split('.').pop().toLowerCase(), fileExtension) == -1) {
// alert("Only formats are allowed : " + fileExtension.join(', '));
// $('#FileUploadToServer').val('');
// }
//});
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)