Questions tagged as 'upload'

0
answers

Upload XML into Codeignter 3

To uploading in codeigniter 3 and it is not accepting xml to send. It shows me an error that the selected file type is not allowed. $config['upload_path'] = './uploads'; $config['allowed_types'] = 'xml'; $config['max_size']...
asked by 26.05.2017 / 14:12
1
answer

Thumbnail image by Javascript and send to Firebase Storage

And Personal, I currently have a service to send image to Firebase and stored the URL of it. So far so good, but I would like to generate a thumbnail of the same image and send it to the firebase as well. To do this, you would need to generate t...
asked by 13.05.2017 / 22:41
2
answers

The Upload takes until it gives an error, only in Chrome!

upload in Chrome has taken a long time and gives error. He rarely sends successfully. In the status bar there is a percentage of sending and stopping percentage in 40% or 59% . When I do this through Mozilla Firefox , it sends success...
asked by 19.04.2017 / 15:56
1
answer

Return image upload in index.php [duplicate]

I uploaded an image and clicked on "submit" I want you to show me the image in the page 'index.php'.Apresentando image in the browser Code: <html> <body> <form method="post" action="<?php echo $_SERVER['PHP_SELF']...
asked by 06.05.2017 / 04:27
2
answers

How to add image upload in this php code?

I would like you to help me upload an image upload to this php code! <?php $nomeresponsavel = $_POST['nomeresponsavel']; //pega os dados que foi digitado no ID subject. $telefoneresponsavel = $_POST['telefoneresponsavel']; //pega os...
asked by 06.03.2017 / 05:38
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

PHP - Problems uploading with the Google Drive API

Good evening. I'm trying to upload with the Drive API using the following PHP code: <?php require_once 'src/Google/Client.php'; require_once 'src/contrib/Google_DriveService.php'; require_once __DIR__.'/vendor/autoload.php'; $client_i...
asked by 21.02.2017 / 22:54
0
answers

I'm trying to send an image along with notification via php!

I'm trying to send an image next to the notification via php, the notification is sent normally, but the image will not. Can you tell me what's wrong with this code? <?php if (isset($_POST['titulo'])) { move_uploaded_file($_FILES['Im...
asked by 25.01.2017 / 19:15
1
answer

Uploading image and updating

I have an application in javaEE where one of the requirements is to upload an image used for the user profile. Everything you've been up to now:  1. Selects the image to be edited (Cut, Rotate and etc);  2. The photo is passed as base64 to th...
asked by 24.12.2016 / 01:51
1
answer

Send form EXCEL file without refresh

Hello, I would like to send an excel file to a php page, where I would read the data and then send it to the database. I was able to do this by giving a refresh of the page, but wanted that when the file was sent there would appear a message of...
asked by 13.11.2016 / 19:33