Questions tagged as 'imagen'

1
answer

Error uploading image. php jquery only saves the path but not the image in a local folder

The problem I have is that it uploads all the data to db but the image does not save it in the local folder. just the route in the db. Use phpmyadmin. if($_POST){ $nombre = sanitize($_POST['nombre']); $marca = sanitize($_POST['marc...
asked by 29.08.2017 / 20:37
2
answers

Store transparent image indexed in a BufferedImage

Please I need to know how I can create a BufferedImage that stores a transparent image with color% co_of% of 256x256 pixels. Please, if someone can enlighten me with this doubt, I would really appreciate it. Greetings.     
asked by 01.08.2017 / 19:35
0
answers

Problem with image - database - IF

I have this file alta.php , what you should do the IF is to see if the user uploaded image or not, and then store it in the database or do not. This is not happening and I do not find the problem. I leave the codes: Alta.php $categoria =...
asked by 21.07.2017 / 20:56
0
answers

recreation image volley imageloader

imageLoader = new ImageLoader(requestQueue, new ImageLoader.ImageCache() { int cacheSize = 4 * 1024 * 1024; // 4 MegaBytes LruCache<String, Bitmap> lruCache = new LruCache<String, Bitmap>(cacheSize); @Overr...
asked by 13.08.2017 / 20:18
1
answer

how to save date in java

I'm doing a project in java netbeans but I can not save the date in my database can you help me thanks this is the code I use: if(txtgenerico.getText().length()==0 ||txtcomercial.getText().length()==0||txtforma.getText().length()...
asked by 10.07.2017 / 00:23
0
answers

How to reduce FIFO of a Tapping ENEPC-2S1P

I need to reduce the FIFO or disable the FIFO of this card for communication Rs232 between the pc and a CNC     
asked by 10.07.2017 / 01:34
1
answer

Upload Image using ajax and codeigniter

What I am trying to do is to make a record of a table with different fields, one of them of image. with my code the record is done in the BD except for the image. This is my code: this is the modal where the fields of the table are: <!--...
asked by 23.06.2017 / 15:37
0
answers

How to show images in a sequence in python

I have a list of images and I want them to be shown one at a time and in order and that each time the program starts, the following is displayed Example: Start the program 1 time Img1 Start the program 2 times Img2 ... and s...
asked by 21.06.2017 / 02:59
0
answers

Encode image to Base 64 and then send it. PHP

Very good day, I'm new to SO, and it's fascinating. I have a small problem I'm new to PHP and I still do not quite master it. Make a small code that receives me from an application on Android some data. How are they: <?php if($_SERVER['REQU...
asked by 09.07.2017 / 21:10
0
answers

How to insert an image in Python?

How do I solve this error?    "could not open" 3.gif ": no such file or directory" I created a folder in which I saved the work and the image but followed the error. The code I have to implement the image: import numpy as np import r...
asked by 27.05.2017 / 02:23