Questions tagged as 'upload'

3
answers

How to crop an image to the center when uploading the same

In the project here I want to display the images in a square-sized dynamic div where its maximum size is 240 x 240. Assuming a user uploads an image with a rectangular dimension (eg 500 x 280), that same div becomes "disfigured" since its hei...
asked by 31.08.2014 / 03:42
0
answers

symfony easy admin bundle does not show image of vich uploader bundle

Good night programmers, I'm stuck on a problem all afternoon, you know how, trying to upload an image using the vich uploader bundle for symfony and show it on easy admin I'm following the tutorial ( link ) I managed to upload the image, b...
asked by 14.11.2018 / 23:58
0
answers

ClientException

Hello, I'm taking the ClientException error and I do not know why, I've been trying to fix it for a long time and I'm still making the same mistake to upload my files (I use the Sentry) code below: This is the first message ClientException:...
asked by 17.10.2018 / 21:40
0
answers

How to save a base64 in a mysql database?

I'm creating an application using AngularJS and using webservlets with connection to the mysql database. To generate the binary, I use the following code: $scope.adicionarArquivo = function (element) { var reader = new FileReader();...
asked by 14.10.2018 / 21:55
0
answers

Error trying to upload files - mobile page

I have the following problem, I have two input's the first allows you to attach multiple files, and the second only one. When I attach several images, for example, in the first input and then try to attach another image in the second input, the...
asked by 06.10.2018 / 17:13
0
answers

Upload image using the mobile phone's PHP camera

Personal I have a register where CNH and CRLV photos are "attached". In order for the cell phone camera to be triggered by clicking the "select image" button I used the property below: input type="file" accept="image/*" capture="camera" id=...
asked by 02.10.2018 / 14:55
1
answer

Error uploading apk in google play console

I'm uploading my app on google play and I'm not able to upload my apk, does anyone know what the error is?     
asked by 05.10.2018 / 18:36
1
answer

Uploading Files in React Native

Good afternoon guys, I'm starting programming in react-native and I'm having a question about using forms to upload files. Is it possible? Thank you.     
asked by 01.09.2018 / 18:09
0
answers

Problem uploading with iPhone in a Cordova app

Hello, I'm working on a project where I have to serve an external and responsive website from a cordova app. It's almost all working as expected, but I'm having trouble uploading images on the iPhone. How it works on the site: After selectin...
asked by 26.07.2018 / 22:32
1
answer

How to remove line break from txt file in PHP array

I have a txt file extracted from a PDF. I upload this txt via php, and I need to remove the line break between the items in the description and put in an array, it follows: ORIGINAL TXT: 0235.000001-4 0235.213.00001295-8 'DUAS ALIANÇAS, NO...
asked by 19.07.2018 / 13:21