Search
 
SCRIPT & CODE EXAMPLE
 

PHP

jquery media validation

//write the type of media of file in accept method
//following validation will accept only videos
$( "#myform" ).validate({
    rules: {
        field: {
            required: true,
            accept: "video/*"
        }
    }
});
Comment

PREVIOUS NEXT
Code Example
Php :: phpunit exception message contains string 
Php :: Undefined offset: 0 at laravelframeworksrcIlluminateRoutingRouter.php 
Php :: folder name escape php 
Php :: how to keep some value on input field 
Php :: Access app.php values laravel 
Php :: laravel best practices tutorial 
Php :: php console lofarray values 
Php :: Google Dorks Using special search string for Web Server Detection 
Php :: mysqldump is not recognized as an internal or external command laravel 
Php :: default php email prot 
Php :: php variable array for json encode data 
Php :: How to add logo in FPDF PHP 
Php :: powerpack add custom image size 
Php :: checnge message no products were found matching your selection woocommerce edit 
Php :: what is post_class() 
Php :: event handler with worker laravel 
Php :: Laravel 7 view @php 
Php :: ?? operator in php laravel 
Php :: laravel verification email 
Php :: laravel collection unique 
Php :: laravel get only validated data 
Php :: json decode php array 
Php :: phpstorm deployment 
Php :: install latest php on feren os 
Java :: java get next enum 
Java :: rgb to hex java 
Java :: java pause 
Java :: The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 
Java :: groovy base64 encode 
Java :: android studio centering textview in relativelayout 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =