-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload validation #163
Comments
@uniquelau hmmm.. does the form submit the second time around? And if not, which rendering are you using? |
I'm using the ASync, and nope, once the error occurs it's impossible to
submit the form.
…On 22 November 2017 at 12:24, Kenn Jacobsen ***@***.***> wrote:
@uniquelau <https://github.com/uniquelau> hmmm.. does the form submit the
second time around? And if not, which rendering are you using?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA31L0Wsm0P2IlN_TlYmTTQwP-JXbzpzks5s5BKHgaJpZM4QmOHp>
.
--
Laurence Gillian
VooDooDog
20a Brownlow Mews,
London, WC1N 2LA
+44 (0)7763 849 700
+44 (0)20 7387 2049
[email protected]
www.voodoodog.com
|
OK. It's a client-side issue then. I'll have a look at it this weekend.
Thanks for reporting
…:
I'm using the ASync, and nope, once the error occurs it's impossible to
submit the form.
On 22 November 2017 at 12:24, Kenn Jacobsen ***@***.***>
wrote:
> @uniquelau <https://github.com/uniquelau> hmmm.. does the form submit
the
> second time around? And if not, which rendering are you using?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#163 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AA31L0Wsm0P2IlN_
TlYmTTQwP-JXbzpzks5s5BKHgaJpZM4QmOHp>
> .
>
--
Laurence Gillian
VooDooDog
20a Brownlow Mews,
<https://maps.google.com/?q=20a+Brownlow+Mews,+%0D+London,+WC1N+2LA&entry=gmail&source=g>
London, WC1N 2LA
+44 (0)7763 849 700 <+44%207763%20849700>
+44 (0)20 7387 2049 <+44%2020%207387%202049>
***@***.***
www.voodoodog.com
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#163 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHD_Cp-boJK-AQ-bZHAk9whahHpcQpakks5s5BmQgaJpZM4QmOHp>
.
|
@uniquelau the fix for this is two-fold:
v1.3.1.0 is out now with this fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Field, Upload, Mandatory.
Forms Editor version = 1.3.0
Umbraco version = 7.7.6
If I upload a file that exceeds the size limit, an error is displayed.
If I then select a file that passes validation, it is not uploaded and the validation message is not cleared.
This means the form cannot be submitted.
File limit is set to 1000KB, file I am trying to upload is 4000KB.
Happy to share the PDF's if that helps!
The text was updated successfully, but these errors were encountered: