Questions tagged as 'imagem'

1
answer

Direct image upload in MySQL DB using C #

I'm creating a WEB application using C # and a MySQL DB. I need to upload an image to the Bank and then retrieve it. I am a beginner in this world, but what I have so far: IhaveafupCPFfieldthatreceivestheimage,thenIexecutetheInsertbelow:s...
asked by 08.04.2016 / 15:55
1
answer

ImageView displays the image rotated by 90 degrees

When I upload a photo to the server and I'm going to display it using Picasso.with(getApplicationContext()).load(Caminhofoto).into(fotoalerta); If the photo was taken with the mobile phone vertically, it is loaded horizontally and could dis...
asked by 17.03.2016 / 15:57
0
answers

Why do not the Scene Builder images load? [closed]

I am a beginner programmer and decided to develop a small project, using Scene Builder and NetBeans 8.0.2, as my first application. I created an entire interface with the SB tools but when I try to run my application in NetBeans only the% s of%...
asked by 20.02.2016 / 08:11
1
answer

Creating Parameters for IReport

I'm developing a Java Software where the user makes registrations. Each product registered can be printed. Each product can have multiple images and these images should be printed along with the data of the other products. There may be no pictur...
asked by 07.12.2015 / 19:42
0
answers

Move Images from one screen to another Android

I'm having a problem with an application I'm creating. There is an application screen that takes data from parse.com, in the case an image, and wanted to pass it to another screen, but without losing quality. I even managed to move the image to...
asked by 07.11.2015 / 03:47
0
answers

Create thumbnail from multiple upload

Good afternoon, I already researched and tried several options and I could not. I'm trying to upload multiple images, and each image generates a thumbnail and only records the original images in the database. But it generates the thumb of onl...
asked by 24.11.2015 / 19:07
1
answer

Uploading mysql image

I need help to develop a code to store images in the database, so far I have not achieved anything ... I do not know if it is better to store the file in a directory and only the name in the bd, and mainly how do this ... <form method="post...
asked by 24.10.2015 / 04:56
1
answer

Unlink: Permission Denied - Trying to get property of non-object

Good afternoon guys, Recently I've been trying to do an image management where I need to use the unlink. Here is the full code for the function: $query_listaPic = "SELECT * FROM tbl_imagem WHERE tbl_produto_id = '$id'"; $listaPic = mysql_qu...
asked by 22.10.2015 / 17:54
1
answer

Uploading image

How can I upload an image, and then display it on another page, without a database, for example I have a form on my "home" page, the person uploads the image, when the image appears on the "images" page     
asked by 17.10.2015 / 16:36
0
answers

Rotate android image without resizing it?

I'm "translating" a program written in C # for Android, and I had a problem while performing the rotation of an image. The code works normally, but returns an image of a different size than the original, I understand why the new image has a diff...
asked by 24.08.2015 / 20:09