Questions tagged as 'formularios'

1
answer

upload file to server and save path in BD with .NET

I have a web form within which one of its fields the function is to upload a file to the server (I already have a folder where the files are stored) and the path to save it in a BD. How can I do so that with just the button to send the form you...
asked by 22.11.2017 / 03:50
1
answer

How to save image and several fields in the Laravel 5.2 database?

Good morning I want to save the brand, image and status in the database; I'm using    link When I click on save I get the following error, which can be the problem? Thanks for your input. This is my Route Route::resource('mar...
asked by 04.01.2018 / 14:42
1
answer

Error 500 with PHP in Iframe [closed]

I have a iframe that loads a PHP page which is used to enter notes in a MySQL table. The notes are entered from a simple form with input . The form is sent to the page loaded in iframe , which receives the data of input...
asked by 02.11.2017 / 18:24
2
answers

Prevent a user from registering with an existing PHP SQL mail

Good, I recently re-programmed and I have a problem that is as follows: I have a database with the users table. that this table has mail, password, nick, photo_profile and id, the problem is that when registering users in the database, I can not...
asked by 30.06.2017 / 14:52
1
answer

"Like" counter without PHP? [closed]

I've been researching lately on this topic in specific and the truth, I have not come across anything or anything like what I'm looking for, I'm new to server programming, and therefore I'm giving myself the task of make a clean site without PHP...
asked by 19.06.2017 / 06:22
1
answer

Submit a form by clicking on a link

I have the following problem, I have the following piece of code. <li> <form action="ControladorUsuario" method="POST" id="cerrarSesion"> <input type="hidden" name="uAccion" value="Salir"> <a...
asked by 10.06.2017 / 15:09
1
answer

Jquery Pop up Form does not work

To avoid messing around here, I put the code through JSFiddle. Let me explain a little, I'm following a tutorial on the Jquery website to create a form that comes out through a pop up, but as you can see in the link below: link I can see th...
asked by 16.05.2017 / 11:10
1
answer

Bootstrap validator tooltip

I'm validating my forms with boostrap validator ( link ) and they look like this: But I would like that the message does not appear in the lower part, but as a tooltip from the icon something like this: I can not use the form v...
asked by 17.02.2017 / 05:50
1
answer

Why do not you put the edges in red to the select as you do with the input? using the formValidation.io plugin

I'm using the plugin select2 but if I remove the library it does not mark the select. Here is my form: Here is a simpler one: Here is the HTML code: <form class="form-horizontal" role="form" id="form-crear"...
asked by 27.01.2017 / 08:16
1
answer

Avoid sending form if DatePicker is empty

Hello: I have a form with several checkboxes which I invoke with a script to show a datepicker calendar and a timepicker schedule when a checkbox is selected and I have the option to select time and date. The detail is that if I do not select da...
asked by 14.10.2016 / 20:12