Questions tagged [server-side-validation]

119 questions
0
votes
1 answer

Server Side Validation For Joomla Registration Form?

I need to do a php server side validation for the username field on the standard registration form (Joomla 2.5). How is this achieved please, and in which file do I add it to? Thanks.
theoth
  • 127
  • 3
  • 11
-1
votes
6 answers

What is good for social networking site either server side validation or clientside validation

I am doing project in php and use codeigniter. i have to be done validation of form in that and i am confuse to use either serverside validation or client side validation.?? what is good for social networking site either server side validation or…
rash
  • 91
  • 7
-1
votes
1 answer

Error Handling Server-Side (.NET Core 5.0) Render Error Message Over the Wire to Client (Angular 11)

I built a contact form using .NET Core 5.0 on the backend and angular 11 on the client-side which allows a user to complete a form from which the data is collected and sent to a static email address. The issue I am having is handling errors from…
-1
votes
1 answer

WebPage - On Submit code behind validation

I've got a web page where user enters a bunch of info, which gets validated by a client and server validation. If both validations succeed (user pressed Submit button) then the above mentioned info is stored in DB. Everything works handy dandy,…
George
  • 2,165
  • 2
  • 22
  • 34
-1
votes
2 answers

regular expression for finding out 'anything anything' anywhere in string

i am trying to find out scrip tag both open() and close() in my php string.Please find my code below public function custom_xss_clean($str){ if(!preg_match('/(<\/?)(script|html)(>*)/i', $str)){ return true; } else { …
-1
votes
1 answer

Server Side Validations in asp.net bootstrap on client side

I have used Bootstrap for my asp.net web form client side validations. How can I achieve Server side validations. Please give me suggestions on this. Regards, Venkata Avula.
-1
votes
1 answer

not working login form to display error in model window after server side validation in yii

I have a login form in modules which uses a chtml textfield which using jQuery does client side validation but if the user does not exist and enters both fields it redirect to the login url and does not display the error in a modal popup. I am…
-1
votes
1 answer

Mongoose-Validator or custom validation?

What you think is the best, using the mongoose validation module at your models definition or make your own validation functions before trying to save some document?
-1
votes
3 answers

Is dart (lang) useless with deactivated javaScript?

What about server-side-functions (e.g. form validation) in this context? Do I have to implement all the work that I have programmed with Dart also on the server side? I definitely need a "dart-compatible" connection point on the server side.
user2227050
-2
votes
1 answer

Returning html ID via path of Views of MVC controller

I am using wizard in my page and server side validation using razor view. output page Index.cshtml For validation in #step-3/#step-2 wizard i want my page goes to id->step-3 but it goes to #step-1 or at the start of wizard page I have to return the…
-2
votes
1 answer

Angular and server side validation

Is there some "best practice" to integrate Angular reactive forms with server side validation? Searching, for now I found only https://www.puzzle.ch/de/blog/articles/2017/01/18/server-side-validations-with-angular-2 EDIT Not being able to answer…
John Donn
  • 1,718
  • 2
  • 19
  • 45
-2
votes
2 answers

Which side front-end or back-end , attachment file size check should be placed ?

Suppose client wants to upload image file or any other attachment . And maximum size can be 10 Mb , So where file size check should be placed front-end or server back-end side? which is better design and why ?
-2
votes
1 answer

Is server side validation and jQuery Validation both necessary today?

I have complete jQuery validate() validations accross all my fields in my forms, complex and simple validation even custom methods. The question I ask now considering it is 2015 and most browsers support javascript and have it enabled by…
thechrishaddad
  • 6,523
  • 7
  • 27
  • 33
1 2 3 4 5 6 7
8