victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

File upload - where is upload files? #664

Open ivelios2 opened 6 years ago

ivelios2 commented 6 years ago

Hi, i use code: <input name="image" data-validation="mime size required" data-validation-allowing="jpg, png" data-validation-max-size="300kb" data-validation-error-msg-required="No image selected" type="file">

form validator is working, but I don`t see on server any files :[ Any tips for help?

Best regards.

ivelios2 commented 6 years ago

Bump