Questions tagged as 'imagem'

0
answers

Upload images by php form and display together in a single image

I am trying to develop a simple badge generator that can receive 3 images 1st fund, 2nd employee photo, 3rd company logo in this way currently, and present the employee's name and their sector. Currently I get some classes to put the employee an...
asked by 11.04.2017 / 15:42
1
answer

How to put a background image that is inside a php function?

Hello, I would like to put a background image that is inside a function, the image is above the data that are also functions follows the image:     
asked by 26.03.2017 / 08:19
1
answer

How do I extract all image URLs from an HTML (in Java)?

I'm processing HTML files that have multiple links to external images. How do I extract just those image links and download them? HTML example: <html> <head> <meta charset="UTF-8"> <title>A Page</title> </...
asked by 18.03.2017 / 20:00
1
answer

Error when inserting an image in Oracle using PHP PDO

I am making a system in PDO PHP which writes some images to the database, that same system was migrated from a MySQL database and was working perfectly, however at the time I'm going to record the image in a column of type...
asked by 02.03.2017 / 18:13
1
answer

Catch Image Separately with Jquery

I have a problem that I think will be very simple for you. I've done a preview of images and I need to remove each image separately, but I'm not getting it, I'm trying to get the id. The images are inside a div called output_box_photo. I created...
asked by 07.03.2017 / 15:45
0
answers

How to write a base64_encode image with more than 4000 characters in Oracle using php

I'm trying to insert a base64_encode image with php into Oracle, however at the time of inserting it it returns me the following error: ORA-01704: string string too long. The reason for returning this error is because the string is too l...
asked by 07.03.2017 / 12:13
1
answer

api upload to imgur

I'm working on a project where I'll have uploaded images, thanks to the forum I discovered IMGUR, to host my images and make my website more free, good but here comes the master question: How to create an upload system for i imgur? Does an...
asked by 04.03.2017 / 02:14
0
answers

Code does not recognize image from xhdpi folder

I saved some images directly to the drawable folder. These, Android Studio recognizes normally. But the images saved in the mdli, hdpi, xhdpi, xxhdpi and xxxhdpi folders the code does not recognize and gives error. Does anyone know what might be...
asked by 21.02.2017 / 07:42
0
answers

Pull facebook profile image to a panel

package com.didasko.eduardo.tender; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import android.widget.Button; impor...
asked by 13.02.2017 / 20:18
1
answer

Retrieving images from the database using PHP + MYSQL

I need to load images from a MySql database using PHP, and then put inside a tag in HTML, I am not getting using this code: $con = mysqli_connect("localhost","roberto","",""); $query = ("select imagem from FOTOS_PRODUTOS where id = 1"); $image...
asked by 18.11.2016 / 16:31