Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5878

Missing extension name in Filedownload

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 10.2.0
    • None
    • None
    • None
    • None

      Steps to Reproduce

      Use the following code

      Filedownload.save(WebApps.getCurrent().getResourceAsStream("xxx.pdf"), "application/pdf", "xxx1");
      

      Current Result

      no extension name

      Expected Result

      shall see a downloaded file "xxx1.pdf"

      Debug Information

      Shall consider file name without extension (Https.java)

            Unassigned Unassigned
            DevChu DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: