EN VI
Posts (0)
Questions (4)
2024-03-09 23:00:30
The problem is the form element in the template: Attribute enctype="multipart/form-data" sends the form as multipart form data type, the usual type used when for uploading files, but you don't have...
Tags: node.js mongodb forms
2024-03-10 02:00:07
Firstly you need to give each checkbox a value attribute, not a vale attribute. From there you can select the :checked element when the form is submit and process it as required. Also note that the fo...
Tags: Javascript html forms
2024-03-13 22:30:07
Try these to override browser's default headers: headers: { "Content-Length": file.size, "Content-Type": file.type, },
Tags: forms next.js file-upload
2024-03-16 22:30:05
You can do it like this. First, in your frontend, change your change event listener for your #categoryid. Below is one suggestion (I'm using query parameters, and not a cookie). $('.categoryid').on('c...
Tags: PHP Jquery ajax

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login