Jump to content

how to limit the number of file submitted in form ( lets say a max of 3 file)


brown234

Recommended Posts

If you're trying to do that with a regular multiple file input, it doesn't look like you can specify that on the client, you would need to check on the server.  Otherwise, you can build your own form to add and remove file inputs with buttons or whatever.  You would still want to validate that on the server though.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...