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...
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...
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%...
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...
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...
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...
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...
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...
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
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...