I have a little problem, I have a form, and 2 types of inputs, one for text and one for the image, respectively, separated by tabs. However when typing a text can not upload the image, and when it gets uploaded image can not enter text. Follow the picture below
buttons that will always, regardless of the tabs.
then I need to send to my code only the data of the selected tabs.
I do not know how I can do this. Any idea?
I'm using CodeIgniter, just to note ...