Questions tagged as 'upload'

0
answers

Problem with FTP connection

By the browser I can connect and browse my FTP server already by the Android of the error and I have the following code. public class MyActivity extends Activity { Spinner SpnListarArquivosFTP; ArrayList<String> ArquivosFTP = new Array...
asked by 06.11.2014 / 17:43
1
answer

How to transform this code so it validates multiple files?

The code below found in the PHP documentation , allows you to upload files, only that it only allows one file per upload . How to transform this code so it validates multiple files? <?php header('Content-Type: text/plain; charset=utf-8')...
asked by 16.11.2017 / 15:12
1
answer

Error inserting image into folder

I am inserting an image into the Database. In the database, only the name of the image is saved, and the image is stored in a folder. $target_dir = "./uploads/"; $target_file = $target_dir . basename($_FILES["image"]["name"]); $uploadOk = 1;...
asked by 19.06.2018 / 12:24
2
answers

Error trying to submit form with AJAX file

I have the following code that I deployed before testing in my project: index.php <form method="post" id="formulario" enctype="multipart/form-data"> <input name="nome" type="text"/> <input name="img" type="file"/> &l...
asked by 08.04.2016 / 20:07
1
answer

Problem uploading files to server

I'm learning how to use a cloud server and am having trouble uploading files. I made a simple PHP and HTML code: <form action="" method="post" enctype="multipart/form-data"> <input type="file" name="img" /> <input type="tex...
asked by 05.12.2014 / 02:23
1
answer

Resizable does not work in dynamic image

I have a tool that when the user sends any image the resizable function does not work, unlike the static image that is already in the site. I designed my question online, at the following link: link If you have an alternative usin...
asked by 27.04.2014 / 21:00
1
answer

How to send multiple images with this code! [closed]

You are just sending an image! My Form <form role="form" method="post" action="./?action=addmult" enctype="multipart/form-data"> <div class="form-group"> <label>Imagen (480x480)</label>...
asked by 04.12.2017 / 15:16
1
answer

File Upload [closed]

I am new to php and database and have never uploaded a file. I have already read and advise only to save the path of a file in the database and not the file itself. They advised me to see in Portugal-to-Schedule and in PHP but I did not realize...
asked by 12.07.2015 / 21:25
1
answer

Is there a plugin for uploading images to Summernote?

I want to use Summernote and I need to upload images, but I do not know how to do it, is there any plugin for this (preferably free or affordable)?     
asked by 16.02.2016 / 19:02
1
answer

File upload in php to another server [closed]

Uploading heavy files to another server using PHP Send files from Autocad, and these files are heavy ... wanted to know if you have how to enter the site, in the sector to send these files, that is, will have a form where the user will send t...
asked by 09.06.2014 / 15:43