You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a button to upload files. The current FileUpload UI is very cumbersome even in [auto] mode. I have hacked a solution but it should ideally be part of the library. I would live to be able to do [buttonui]="true" and just have the uploader display as a pButton.
I appreciate that this removed drag and drop and other nice features, but most end users still expect to see a simple input type="file" style button.
I need a button to upload files. The current FileUpload UI is very cumbersome even in [auto] mode. I have hacked a solution but it should ideally be part of the library. I would live to be able to do [buttonui]="true" and just have the uploader display as a pButton.
I appreciate that this removed drag and drop and other nice features, but most end users still expect to see a simple
input type="file"
style button.This is my current hack:
Usage:
button-file-upload.html:
buttom-file-upload.ts
The text was updated successfully, but these errors were encountered: