Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter Kenneth – Systemedz

    (@systemedz)

    Hi,

    Great to see that this feature was implemented in the latest update to the plugin. ??

    Unfortunately, there seems to be a bug in the validation of the file extensions.
    Per default, you’ve set it to be *.*, as a wildcard I guess, to allow all file types – which is great. But unfortunately, it seems like the code (I looked through the plugin-code), that splits the String of file-extensions into an array, is looking for a comma to split it, which there isn’t (per default).

    So this is resulting in an alert/error (“Invalid File Type”).

    Changing the allowed file extensions to “*.*,” seems to solve the problem for me. So… The split functionality doesn’t seem to take into account that there might be no comma. ?? I’m not a typescript expert, but since I could solve the problem by adding a comma in the Allowed Fileextensions through the form builder, it seems to be related to that.

    Hopefully it’s an easy fix for you!

    But thanks for adding the feature! It’s gonna help us out a lot! ??

    Best regards,
    Kenneth

Viewing 1 replies (of 1 total)