All Questions

1
answer

How to remove the error message that comes out in the input - php

Hello everyone I have a small problem with the input, I get an error message in the input, I've been looking to resolve but I have not obtained results. I attached an image of the error that shows me. Here I attach the code. <?ph...
asked on 30.05.2017 / 17:00
2
answers

Place the 'id' of my input's in formData for the image upload in Ajax

Hello, I need to know how I can add to formData the id "not the name" of my inputs in my div since I only found one for file but I need pass the other inputs , that to be exact I already have captures and previously saved i...
asked on 21.06.2017 / 13:41
1
answer

How to load several assembly in c # and invoke them

How can I load several assembly and use them? Since when I charge one by means of: var assemblyBytes = File.ReadAllBytes("ReflectionAssemblyLoadTarget.exe"); var loadMethod = typeof(Assembly).GetMethod("Load", new Type[] { typeof(byte[]) }); v...
asked on 03.06.2017 / 22:41
2
answers

deactivate Sundays in the input date html?

I need to deactivate the Sundays of the input date, that is, the user can not choose Sundays, it would be better for me to block those days, that is, I do not want you to tell me you chose an invalid day, but it does not show the Sunday similar...
asked on 06.07.2017 / 18:00
1
answer

ngCordova SQLite does not work on Android 6.0 or higher

Good community, testing my application, the SQLite plugin does not work and the plugin to detect the type of Network to which the ngCordova device for Android is connected, when I try to enter these messages appear. deviceready has not fired...
asked on 30.05.2017 / 15:56
1
answer

Send and Receive data between .py files

I'm starting to study Python and I have the following doubt, maybe because I'm used to php and with Python it's done in a different way, I want to send and receive data from one .PY file to another. file SEND.PY import requests datos = {"no...
asked on 15.06.2017 / 14:25
1
answer

Error loading image path (Sqlite)

I select an image from the gallery and I save the path in Sqlite and up there everything is fine, the problem comes when trying to load the image, it shows ImageView empty and in Logcat I receive twice:    Unable to decod...
asked on 01.07.2017 / 13:57
1
answer

How to prevent a listView from returning to the beginning when updating its adapter?

My problem is as follows. I have a ListView that is completed from data obtained in a mysql query by means of volley. This task is performed once per second by means of a timerTask. The ListView returns to the first item once per second (each ti...
asked on 20.03.2018 / 19:27
1
answer

How to get the name of a file and store it in an input text?

I have the input file in my form in which I choose the image and its route is shown in my input text, the problem is that it stores the route with * C: \ fakepath * and I all I need is for you to show me the name of the file and its extension....
asked on 10.03.2018 / 19:19
1
answer

Error could not revert when doing git revert

1) I add empty file.txt to the git folder: git add . git commit --m "Commit Inicial" 2) Edit file.txt: |||| A |||| git add . git commit --m "Commit A" 3) Edit file.txt: |||| A B |||| git add . git commit --m "Com...
asked on 17.03.2018 / 12:35