-
Notifications
You must be signed in to change notification settings - Fork 105
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
Preload file constrains for directives on the client #32
Labels
Comments
Pagebakers
added a commit
that referenced
this issue
Dec 29, 2014
Pagebakers
added a commit
that referenced
this issue
Dec 30, 2014
Pagebakers
added a commit
that referenced
this issue
Dec 30, 2014
Pagebakers
added a commit
that referenced
this issue
Dec 30, 2014
Pagebakers
added a commit
that referenced
this issue
Dec 30, 2014
gsuess
added a commit
that referenced
this issue
Jan 4, 2015
gsuess
added a commit
that referenced
this issue
Jan 4, 2015
#32: File constraints now available on both client and server
Fixed with #35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be good to allow the client to validate the file against the size and file-type before making a round trip to the meteor server, without having to duplicate the parameters in the directive server side and client side.
In a nutshell something along the lines of:
The text was updated successfully, but these errors were encountered: