Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.57k stars 884 forks source link

How to apply validation to upload 'images only' in 'upload example' of croppie but not to upload the pdf, text files etc. #642

Open SmritiBhawana opened 5 years ago

SmritiBhawana commented 5 years ago

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Example Link

Please recreate your issue using JSbin, JSFiddle, or Codepen.

Specifications

Nialcen commented 5 years ago

You can check the file extension, in jQuery or php.

jedsmith13 commented 5 years ago

As @Nialcen indicated this functionality is handled by your code that deals with uploading the image. Croppie is used on the side for editing the image and doesn't deal with uploading the image.