-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File extensions and image cropped are not working correctly #59
Comments
@zhuniqiabedin , you have got any workaround to proceed further. its same issue for me as well. |
@kishoreaoe HI, you can use accept property for that. Pls see in documentation |
dear @vugar005 , thanks for your prompt reply. i've tried both the ways as given below, still the library is picking as default. <ngx-awesome-uploader #uploader [fileMaxCount]="1" [fileMaxSize]="90000" [uploadType]="'single'" Please advise if we are doing any wrong way. |
@kishoreaoe Hi, you provide input incorrectly. You should use Example: |
Thanks alot for your help , @vugar005 . its working :) |
I came over a bug here that the file extensions are not working properly.
If you have
fileExtensions]="['pdf', 'jpg', 'jpeg', 'png', 'mp4', 'css']"
when you try to upload photo you can have access on all files not only images.Second error it is that when upload photo even it is cropped the file size will not change it is still the same as the original photo.
The text was updated successfully, but these errors were encountered: