jump to navigation

Using client side javascript to check file inputs January 25 2005

When creating a form that has multiple file uploads consider checking the form with Javascript on the client side rather than the server side. Once a form is posted, all the files will be uploaded (whether the form is correct or not) which may cost a lot of time! This is especially true with international users posting files from over seas. Consider waiting 10 minutes to post all the files on a form just to have the app spit back an error message saying “I don’t like the length of your title”

Blah! Javascript is still alive even in this .NET world.

Comments

Sorry comments are closed for this entry