Most voted "upload" questions
"Loading" or "Upload" (upload) refers to sending data from a local system to a remote system, such as a server or other client with the intention that the remote system stores a copy of the data being transferred.
Learn more…313 questions
Sort by count of
-
1
votes1
answer343
viewsInsert multiple type file records into Mysql
I’m making a form, where have a part of image registration for a photo gallery. In this field I use a script with an add field button so that a new field can be inserted for each photo…
-
1
votes2
answers294
viewsupload with ajax and formdata displays error
I’m trying to send a file to the server with ajax and php. I’ve tried variations with people who had doubts on the same subject but nothing works (I’m sure I’m doing something stupid). I have a form…
-
1
votes1
answer119
viewsImage upload with Imagemagick
Using the library Imagick, it is possible to load an image directly from the upload? That is, without first having to move it to a folder and specify the path in the Imagick. I’m trying this way,…
-
1
votes1
answer65
viewsHow to set a photo upload as a must
I am developing a page, for job applicants can enter and fill your personal information, one of these information is the photo, which has to be mandatory. So I created the following model: { . .…
-
1
votes1
answer115
viewsupload multiple images with jqueryform and ajax
Good afternoon, I’m trying to upload multiple images using jquery-form and ajax not to give Reload but is not passing to page via ajax by onchange and is not writing to the bank or uploading.…
-
1
votes0
answers229
viewsError while uploading codeigniter files
I’m having a problem that I can’t resolve regarding uploading files in php with codeigniter upload but get back the message that I have not selected any file for upload. View: <form…
-
1
votes2
answers110
viewsLoop Javascript for (...)
Talk, you guys, blz? Today I tried to make a Dropzone clone just to test the File and Filereader api. However, I think I’m missing some loop concept. According to the loop interaction, I take the…
-
1
votes2
answers1017
viewsImage upload React Axios and PHP
I need to make a posting system that includes image and post data with Reactjs, Axios and PHP(yes, php). No Reactjs const post = async (formData) => { const image = new FormData()…
-
1
votes0
answers88
viewsImage does not update after upload
I am making an application using Flutter, but the image does not update on the screen, even after it has been saved correctly. See the steps I follow in programming. Step 1 I enter the page and it…
-
0
votes2
answers3137
viewsError while uploading image in Wordpress
I am trying to upload an image on a site generated with Wordpress and is occurring the following error: The file is empty. Upload something more substantial. This error may also have happened if…
-
0
votes1
answer1055
viewsSave data to the database using Form in Cakephp
I’m trying to make a tool for the administrator, the site I’m building, that will allow you to upload images to a folder on the server, so that they appear posthumously in the gallery. The image…
-
0
votes3
answers10283
viewsRename image name uploaded
I’m using the resize-class to upload images, resize and other options if necessary. My only problem is that I want to rename the image when uploading, so that there are no images with the same name…
-
0
votes1
answer142
viewsResizable does not work on dynamic image
I have a tool that when the user sends any image the function resizable does not work, unlike the static image that is already on the site. I projected online my doubt, on the following link:…
-
0
votes1
answer1332
viewsUploading files using REST and Java
I am creating an application and need a way to upload xls/xlsx files by sending the file from the front end (Ajax) to the back end (Java) so it can be manipulated. Ajax code:…
-
0
votes1
answer99
viewsUpload images in the form
I have a form that needs to upload two images in the same form and that should be posted in different folders, anyone have any tips ?? Thanks
-
0
votes1
answer1242
viewsIncreasing the limit of "file Multiple"
I am trying to upload multiple images and I want the file limit supported at the time of the upload to be 70 arquvios, only this limit is only 6. I thought it was the php.ini configuration, but it’s…
-
0
votes2
answers603
viewsConvert file to txt
I had the search on the net but found nothing concerning to do upload of any file and convert it to txt and then do a search for the text you have inside and get results. Does anyone know how to do…
-
0
votes0
answers205
viewsProblem with FTP connection
By browser I can connect and browse on my FTP server already by Android error and have the following code. public class MyActivity extends Activity { Spinner SpnListarArquivosFTP;…
-
0
votes0
answers280
viewsHow to implement Upload to Frameworks Primefaces?
Greetings to you all, I was trying to implement upload in my JSF2 project, but in the act of clicking the save button appeared this message below; at…
-
0
votes1
answer348
viewsupload videos directly to Vimeo with URL return
Friends could help me on an issue where I’m developing an app where I upload videos to the server, but I’m having problems with video playback and storage, since these videos take up a lot of space…
-
0
votes0
answers580
viewsFile not found when giving
I have an HTML form: <link rel="stylesheet" type="text/css" href="script/overlay-div/css/overlay-div.css"> <link rel="stylesheet" type="text/css" href="style/bootstrap.css"> <link…
-
0
votes0
answers409
viewsHow to upload files to my server using Java Servlets
How to upload files to my server using Java Servlets, and after uploading the file return the url the file is in, where the name originates from the date and time the file was uploaded so that no…
-
0
votes0
answers33
viewsupstream github project
someone patient enough to explain how to upload the files to github? have already given a read in some tutorials, but all return me with error in the command line (Ubuntu 14.04)
-
0
votes2
answers864
viewsHow to upload image canvas
I get the result of an image through this function this.canvas.toDataURL('png'), this function generates the image normally, the dots are: How to upload this to the PHP server using jQuery? Is it…
-
0
votes1
answer429
viewsImage positioning in div with drag and drop
Good morning, what I’m looking to do is, a system where the user upload of an image and have a preview of how the image will be positioned in the div, may move it to the position it deems best. It’s…
-
0
votes1
answer628
viewsHow to protect me from this PHP backdoor?
A few days ago a site I developed was invaded by those famous php backdoor. What I keep thinking is where is the root cause of the invasion of this blackhat? I know that I must control my folder…
-
0
votes0
answers36
viewsUpload 12 PHP document fields
I’m doing 12 uploads on the same page and I’m using a code donkey, because I’m repeating myself. But I don’t know how to make the loop. But this is not the problem. The case is that it is only…
-
0
votes1
answer241
viewsupload api for Imgur
I am working on a project where I will upload images , good thanks to the forum I discover the IMGUR, to host my images and let the host of my site more free, good but here comes the master…
-
0
votes1
answer154
viewsThumbnail image by Javascript and send to Firebase Storage
Ae Personal, currently I have a service to send image to Firebase and store its URL. So far so good, but I would like to generate a thumbnail of the same image and send it to firebase as well. For…
-
0
votes1
answer161
viewsChanging a DIV background in iframe
Following staff, I have a form to upload any image... <form id="form-upload" enctype="multipart/form-data" action="url" method="post"> <input type="file" name="image" id="image" />…
-
0
votes0
answers59
viewsUpload XML to Codeignter 3
I am uploading to codeigniter 3 and it is not accepting xml to upload. It shows me an error that the selected file type is not allowed. $config['upload_path'] = './uploads'; $config['allowed_types']…
-
0
votes1
answer30
viewsHow do I use my ASP site (via Script) to upload a txt that is on another server by FTP address?
Can someone help me make an Asp script to upload using my Asp site from a txt file to an ftp address of any other server?
-
0
votes1
answer481
viewsImage Upload with Firebase and React Native using RN Image-Picker
I am using the React-Native-image-Picker component to capture an image that must be saved in firebase. I’m using the following code: firebaseApp.storage().ref('/images/').child('teste')…
-
0
votes1
answer889
viewsHow to Save Image in Database with JSF2
I’m with a project JSF with the model DAO using Hibernate, and I’m having a hard time understanding how to save the image in the database. I would just need to know what the method would look like…
-
0
votes1
answer27
viewsGet Bin File Stored in Mysql
Long live! I have a problem getting my PDF file that was stored in a Mysql BD. Whenever I download it, I cannot open it because it returns the message that may be damaged. So I store: $docs = new…
-
0
votes0
answers73
viewsUpload files from Android
I made an application where I select a photo from the album and upload it to an imageView. Now I need to do a function to upload this same image to my FTP online. I’m seeing n examples and nothing…
-
0
votes0
answers38
viewsMultiplus input upload
I’d like to add more input files dynamically. I want to be able to add more images and put a caption for each image. without a limit for uploads.
-
0
votes0
answers33
viewsFile upload
I’m testing the free account of S3 and Glacier, I uploaded the files in S3 so that it is automatically transferred to Glacier, but it’s been 2 days already and does not show the files I climbed in…
-
0
votes1
answer257
viewsDisplaying saved image in PHP database /Restaurant
$pdo->bindValue( ':img_prato' , $_REQUEST['img_prato']); = sw-profile.jpg How do I display the image, not the path? Insert.php <?php require_once 'usuario.php'; require_once…
-
0
votes0
answers19
viewsI want to display an image I registered in the database
<?php $result = ExibirDados(); while ($resultado = mysqli_fetch_array($result)) { ?> <tr> <td><img <?php echo "src=upload/".$resultado.">"; ?> </td> <td>…
-
0
votes1
answer48
viewsFunction upload multi attchements
I’m trying to create a function to upload multiple files at the same time but even with one get an error. What I might be programming wrong? 'FILE DIALOG OPENS UPLOAD PANEL Private Sub…
-
0
votes0
answers178
viewsLoad multi-attachements in various attachments in form
I am trying to create a function to upload multiple files at the same time but I think because I am choosing the next function does not actually attach the file but creates a preview. In my optics I…
-
0
votes1
answer181
viewsError Upload images with ajax
Index.php <<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="css/style.css"> <title>Upload com Ajax</title> </head> <body>…
-
0
votes0
answers251
viewsForm does not send POST
I am developing a data import system for XLS to Mysql. The system is practically ready. I did a test with a file xls 24kb and successfully exported without any error. The problem is that I have been…
-
0
votes1
answer46
viewsUpload Amazon S3
I’m having a question, I made a small php script to upload files into my Bucket and I need all and any file contained in it to be accessed only through a url. How can I do this? via code or…
-
0
votes0
answers70
viewsUpload and show on-screen at runtime loop with PHP, Jquery, AJAX, javascript
I want to upload an array and at the same time I want to show each file that was "uploaded" in a loop, at the time of execution of the loop, (for this the page can not refresh), avoiding to do all…
-
0
votes1
answer44
viewsFiletrip plugin gives error - Wordpress
I have a form in wordpress made with plugin Caldera Forms. I used the Filetrip plugin to upload the form files and send the link by e-mail of these files, everything was working properly until from…
-
0
votes1
answer113
viewsImage upload outside the LARAVEL folder
Good afternoon, I have a question, is it possible for me to upload an image in the project folder? Because I have a project that the folder of the site is outside the folder of the Arable and I need…
-
0
votes1
answer97
viewsError inserting image into folder
I am inserting an image into the Database. Only the image name is stored in the database, and the image is stored in a folder. $target_dir = "./uploads/"; $target_file = $target_dir .…
-
0
votes1
answer22
viewsUpload photos to Amazon Storage?
I want to put a form with an image upload field in the client that uploads the photos directly to Amazon S3, without going through the server, using Meteor, someone can point a direction, some hint…