Base solution for your next web application
Open Closed

p-fileupload compnent problem after updated from 8.9 to 9.0 #9393


User avatar
0
wanghugh created

Hi, I got a problem with the p-fileupload compnent after I updated from 8.9 to 9.0.

Please help to judge what kind of problem it could be.

the previous frame:

now the frames folded together:

Thanks,


7 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    hi

    Can you share the steps and code to reproduce the problem in v9.0?

  • User Avatar
    0
    wanghugh created

    Oh, we did nothing, just downloaded and compiled the template project and the UI shows wrong.

    <p-fileUpload multiple="multiple"                       id="DefaultFileUploadFileInput"                       name="DefaultFileUploadFileInput[]"                       [url]="uploadUrl"                       accept="image/*"                       maxFileSize="1000000"                       (onUpload)="onUpload($event)"                       (onBeforeSend)="onBeforeSend($event)">

    <ng-template pTemplate="content"> <ul *ngIf="uploadedFiles.length"> <li *ngFor="let file of uploadedFiles">{{file.name}} - {{file.size}} bytes</li> </ul> </ng-template> </p-fileUpload>

  • User Avatar
    0
    maliming created
    Support Team

    hi wanghugh

    We will try to fix it.

  • User Avatar
    0
    rvanwoezik created

    I have the same issue

  • User Avatar
    0
    maliming created
    Support Team

    hi

    Please follow this https://github.com/aspnetzero/aspnet-zero-core/issues/3441

  • User Avatar
    0
    wanghugh created

    https://github.com/aspnetzero/aspnet-zero-core/issues/3441 link error! I can't open this link. 404 error

  • User Avatar
    0
    maliming created
    Support Team

    hi wanghugh

    You can invite anyone to become a member of the ASP.NET Zero organization using their GitHub username. And they can access the ASP.NET Zero private GitHub repositories. Right after you add a GitHub user, the user will receive an invitation email. If there is problem receiving the invitation email, alternatively user can visit github.com/orgs/aspnetzero page and accept the invitation.

    https://aspnetzero.com/LicenseManagement