Perplex Image Upload Field Not Displaying Allow Multiple Uploads Checkbox
Hi,
When using the Image Upload field from your package, there is no checkbox for allowing multiple image uploads like the documentation says there should be. Here are the versions I am running on Umbraco Cloud:
Umbraco Forms on Perplex Steroids 1.8.2
The File Upload field does have the checkbox for multiple. Wondering if I am missing something? Please let me know if you need any more info to diagnose the issue I have tested in both Chrome and Firefox browsers. There are no console errors either.
Hi. I just submitted a pull request to fix this. Looking at the history of the file in github, not sure how this was ever working as it seems to have been this way for a while.
Thank you for the report. I just checked it out and the setting has indeed disappeared at some point from the Image Upload. I actually did not see your second post with the pull request, and had created the same fix but have now merged your pull request instead, thanks!
I have slightly altered it by moving the Multi Upload setting to the PerplexBaseFileFieldType class, since both File Upload & Image Upload use it and that code was now duplicated, and released version 1.8.3.
Perplex Image Upload Field Not Displaying Allow Multiple Uploads Checkbox
Hi,
When using the Image Upload field from your package, there is no checkbox for allowing multiple image uploads like the documentation says there should be. Here are the versions I am running on Umbraco Cloud:
Umbraco Forms on Perplex Steroids 1.8.2
The File Upload field does have the checkbox for multiple. Wondering if I am missing something? Please let me know if you need any more info to diagnose the issue I have tested in both Chrome and Firefox browsers. There are no console errors either.
Thanks! -John
Hi. I just submitted a pull request to fix this. Looking at the history of the file in github, not sure how this was ever working as it seems to have been this way for a while.
Thanks!
-John
Hi John,
Thank you for the report. I just checked it out and the setting has indeed disappeared at some point from the Image Upload. I actually did not see your second post with the pull request, and had created the same fix but have now merged your pull request instead, thanks!
I have slightly altered it by moving the Multi Upload setting to the PerplexBaseFileFieldType class, since both File Upload & Image Upload use it and that code was now duplicated, and released version 1.8.3.
-- Daniël
Heck yeah, thanks Daniël!
-John
is working on a reply...