Most voted "file-upload" questions
Related Tags features/components related to file uploads (regardless of file type, such as sheets, images, text, etc).
Learn more…192 questions
Sort by count of
-
1
votes1
answer1702
viewsProblem when trying to upload files using primefaces 4.0
I have a simple application that allows me to upload text files. To make these uploads, I’m using File Upload from Primefaces, but I’m having problems. I have tried several solutions and I can not…
-
1
votes1
answer611
viewsHow to change the folder in jQuery File Upload plugin?
How to change the folder where the jQuery File Upload plugin fetches the images to display? Currently the folder is "files" but I could not find the location where it is indicating the folder to be…
-
1
votes1
answer765
viewsUpload multiple files with Node.js
I’m trying to upload multiple files with Node.js, but I can’t do the server part. I am using Expressjs as a framework, and if necessary I can use other packages to facilitate this task. For now, I’m…
node.js upload file-upload express multiple-file-uploadasked 10 years, 6 months ago André Leria 5,047 -
1
votes1
answer454
viewsError while saving data
I’m learning how to use Cakephp, and I’m trying to make a tool to upload images using cake 2.4.4. the problem is that only the fields modified and created are entered into the database, although…
-
1
votes1
answer161
viewsFileunput Primefaces does not update the attribute;
I have a repeating structure: <ui:repeat var="item" /> Inside it I print some fields. One of them is the <p:fileUpload/> So far so good. The problem is time to do the action, when I…
-
1
votes1
answer109
viewsFieupload with Ajax.Beginform
I’m having a problem, I need to update an image in the bank, I’m sending this image with a fileUpload, and I have an Ajax.Beginform ( because I use the ajax call to create tabs on my page.), as far…
-
1
votes1
answer1299
viewsCreating Schedule to transfer CSV files from Winscp to FTP
I need to transfer CSV extension files that are in a folder of my Linux server (accessible via Winscp by Windows) to an FTP. For this, it is necessary to create a Schedule that makes this transfer…
-
1
votes2
answers2628
viewsHow do I refresh the page after uploading images?
I am using the following codes to upload images and then display them: Here is the HTML: <form id="formImage" style="display:none"> <input type="file" id="fileUpload" name="fileUpload[]"…
-
1
votes1
answer323
viewsPHP and Javascript - File Upload Help
I have on my client’s website, which I took over from another developer, a section on the registration of meetings and events. In this section, I need to implement a PDF file upload field related to…
-
1
votes0
answers81
viewsUpload with AJAX, does not go with files older than 2 megas
I have an image UPLOAD code with AJAX: $.ajax({url:"php/upload.php", type:"POST", data:new FormData(this), contentType:false,cache:true,processData:false,success: function(resposta){ It only works…
-
1
votes1
answer654
viewsImage upload problem with more than 10mb primefaces
Guys, I’m going through a very boring and seemingly simple problem and I haven’t found a solution yet, so can someone help me? I’m using the upload of the first faces and it just doesn’t upload…
-
1
votes1
answer1345
viewsPrimeface uploadFile + graphicImage: Upload image and display without refresh
I’m starting to program on jsf + primefaces. A long time ago I worked with JSP(java 1.4) and I’m kind of lost. I’m looking to upload an image and have it displayed below. xhtml images. <?xml…
-
1
votes1
answer52
viewsIIS Error 401 when sending image to iis directory with php
I’m having a problem with sending images. I have a php script that sends an image to an iis folder because it is used by Asp scripts. but every time I send this and try to open the image in the…
-
1
votes1
answer513
viewsphp does not recognize the file field
So guys I’m working on a support system where has a form for the user to send the message where he selects the area, type the title the message and also a to send files if necessary the problem is…
-
1
votes0
answers215
viewsUploading File to Tomcat Server
I have a system ready to go up to the Tomcat server, only that this system uses file uploads with base Catalina, and when I upload the system to the Tomcat server the file upload does not work,…
-
1
votes1
answer582
viewsHow to perform safe file upload?
I want to realize the upload of files securely without worrying about the extension. I’m afraid someone try to send a file to my site and run it inside the server, do not know if and possible more…
-
1
votes0
answers68
viewsChange method to insert image - JSF
How do I change the method to insert the image? public Produto gravarImagem(Produto produto) { Session sessao = HibernateUtil.getSessionFactory().openSession(); Produto produtos = null; try { Query…
-
1
votes1
answer679
viewsUpload a PDF file
I need to upload pdf files with angular js. I have a field for the user to input a file, but how to send this file to the back end and save it in some folder?
-
1
votes3
answers751
viewsProblems with uploading images in PHP
I never touched uploading files and today I really need to do it. I have a code to test, to then use it on the site. Here’s the HTML: <html> <body> <form action="inserir.php"…
-
1
votes2
answers2057
viewsUpload images to Codeigniter
Good, At first I wanted to say that I don’t understand anything, but I really don’t know anything about Codeigniter. But the site is so done and asked me to add an image upload. And so I did, but…
-
1
votes0
answers343
viewsHow do I change input type="file" path and send form with another image?
I need to upload several images that are within my application. My form is this: <form id="uploadForm" enctype="multipart/form-data"> <div class="file-field input-field offset-s4">…
-
1
votes0
answers39
viewsSend a blob to a webservice
Hello, it may sound like Jr. the personal question but I’ve tried searching the internet and nothing. I have the following scenario: A. NET API provided by a company to which I have to submit a…
node.js asp.net-web-api file-upload integration couchdbasked 6 years, 4 months ago Hiago Souza 5,837 -
1
votes1
answer755
viewshow to count number of input file elements of html with php?
need to count the number of input file elements, as they are created dynamically, with the click of a button <input class="tf" type="file" name="pic[]" accept="image/*"> this is the line that…
-
1
votes0
answers119
viewsHow to upload dynamically generated PDF to AWS with Laravel?
I am generating a PDF dynamically with the DOMPDF in the Laravel and I have to save the document in the service Cloud of Amazon. I’m not able to save the document in the cloud. But I can only save…
-
1
votes2
answers740
viewsCodeigniter media upload error
While trying to upload any media, the following error always appears : O TIPO DE ARQUIVO NÃO É PERMITIDO. But yes, I did jpg, png, gif, I’ve already switched only to pdf and error persists! Follow…
-
1
votes1
answer570
viewsSend multiple images via Curl
Hello, I need to send via Curl multiple images, which will be received in an API, but in the API it receives in a specific way, in which I am not able to send by Curl. Follows form the API receives…
-
1
votes0
answers222
viewspull out the avatar upload krajee preview?
I am using the jquery krajee plugin to upload images, however I have a problem. I cannot remove the zoom button from the image after uploading This is the configuration script code: <!-- jQuery…
-
1
votes1
answer1263
viewsBootstrap File Input Plugin
Has anyone ever used this Bootstrap File Input Plugin with PHP? That is, making image insert in the database? I’m having difficulty taking the files from the "plugin" and not from the input file, to…
-
1
votes0
answers187
viewsRecording file from stream-webcam
I have a question about my stream code with getusermedia. I want to send my Node.js server a recording of my webcam. My form receives a video I can upload, but it would have a second function…
-
1
votes0
answers473
views413 (Request Entity Too Large) in php server
I am trying to send a video file via ajax to the server but the server returns me 413 whenever the file is bigger than 20 M, my apache settings are: upload_max_filesize 5000M memory_limit 1024M…
-
1
votes1
answer1682
viewsHow do I upload files by sending the attachment as an email in Windows 5.3?
I’m making a page to work with us with uploading files(resumes), I would like to send this file by email attachment, but I’m kind of aimless. Can someone help me? Controller public function…
-
1
votes1
answer60
viewsPHP and Javascript - Hosting and opening files in formats other than PDF
I created on my client’s website a way to host presence list files at events. Here’s the code: <b>Arquivo da lista de presença (PDF):</b> <?php if($evento['arquivo'] == '1'){ echo…
-
1
votes0
answers225
viewsFileupload java saves files to an inappropriate folder
I found an example of fileupload on the internet and added it to my project. However, it moves the files up to a folder inside the glashfish server. This folder is named after /config, and all the…
-
1
votes1
answer2417
viewsFile upload, write MYSQL name and path
Personal hail! I have the following doubt, or rather I don’t know how to do it. I have a resume form that is completed and the user attaches a.pdf file. Purpose: user fills the form name, email,…
-
1
votes1
answer179
viewsresize an image and then save to mysql
From a form I want to resize an image only after and then save in mysql, or take an image already saved in mysql and resize it and then update the record. I really appreciate it if someone can help…
-
1
votes0
answers30
viewsAutomatic JPG hosting from PHP and Javascript functions
I have on a client’s website a part where it shows the name of the logged in user, the drive where it works and the photo of the user. I want to implement an automated function (in javascript and…
-
1
votes1
answer448
viewsQuestions with File Upload
My question is regarding File Upload using the http://plugins.krajee.com/file-input I have the following JS code $('#arquivoCliente').fileinput({ language: 'pt-BR', uploadAsync: false, showPreview:…
-
1
votes1
answer560
viewsError while uploading image (Cordova-plugin-file-transfer)
I’m using the same code as documentation, but when sending to PHP, no file appears. JS function uploadPhotoRevendedor(imageURI) { var success = function (r) { app.alert("Code = " + r.responseCode +…
-
1
votes0
answers38
viewsMessage sending with photo and display
Good morning guys, I’m having a question, I made a scrapbook system and would like to add in the post an image and display it as messages are displayed. My code is: <!DOCTYPE html>…
-
1
votes2
answers1343
viewsHow to check the format and type of a text file?
I have a input file in which I limited to only accept file whose format is a text file, with extension .txt. I used the attribute accept for this, see: accept=".txt" However, I would like to know if…
-
1
votes2
answers1756
viewsUploading files with Java
Good morning! I was trying to upload files, where I have a web page that makes a request to my Folder. In the form of the page I have an input of type file and another of type text. The encoding…
java java-ee upload file-upload servletasked 6 years, 10 months ago Carlos Rafael de Oliveira Carn 50 -
1
votes1
answer1108
viewsCompress image when uploading with Expandable
I wonder if anyone has any idea how to proceed to compress image while uploading, as the image is getting too large. The routine I’m currently using is the one below: public function…
-
1
votes1
answer197
viewsEdit Image Upload with Ajax and Codeigniter
I’m having a difficulty that is the following , I have a CRUD that the upload works right , when editing this CRUD I can edit all the data including the image upload all without problem , however if…
-
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
votes1
answer175
viewsSave File to Database with PHP
I have a web application, where everything is running smoothly with exception of file upload. the PHP responsible for storing the data in the database and saving the file in the folder is this…
-
1
votes2
answers63
viewsIndividual progress bar for each shipment
Today I can perform file uploading by displaying a progress bar. when I make a new request, the values in the progress bar alternate between the values of each upload. This way, I would like to show…
ionic apache-cordova file-upload cordova-plugin progress-barasked 3 years, 10 months ago Hérick Raposo 31 -
1
votes1
answer64
viewsif - Else if condition being ignored by browser
Guys I have the following if - Else if condition for file upload check, depending on the file it allocates at a position of the array, however when arriving the name to do the validation it ignores…
-
0
votes2
answers799
viewsFatal error: Cannot unset string offsets
After uploading my website, the form for inserting images stopped working, when clicking the save button I get : Fatal error: Cannot unset string offsets in…
-
0
votes2
answers1288
viewsHow do I make the file sending field invisible?
I want to remove that part "Choose file.. No selected file" and leave only one image.
-
0
votes1
answer578
viewsError the request doesn’t contain a Multipart/form-data or Multipart/Mixed stream
I am trying to save the image to disk but it is generating me this error. mai 18, 2015 12:03:56 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute ADVERTÊNCIA:…