Questions tagged as 'fileupload'

1
answer

Problem input file Ajax-Upload loads 2 times

I have the following problem I am uploading files with the Ajax-Upload library, but when I upload the file it is lifted again, the file is saved on my server, but the window is raised again What can this problem be caused? In the jsfiddle place...
asked by 04.09.2018 / 16:31
0
answers

Input Stream error when using fileupload JAVA JSF [closed]

I'm uploading an image through primefaces in Java and using the input stream gives me the following error: java.io.FileNotFoundException: C:\eclipseLuna\workspaceVsg\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\work\Catalina\localhost\v...
asked by 15.12.2017 / 16:05
0
answers

Error in @Override when using CLASS

I am trying to use a class, which marks me some errors, it marks me the following message "Method does not override from its superclass method" but I do not understand why, I hope you can help me. Class: public class MyReceiver extends Uplo...
asked by 10.10.2017 / 06:06
1
answer

How do I resolve a file upload error code 2?

<form enctype="multipart/form-data" action="eje02.php" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="2000000"/> Send this file: <input name="userfile" type="file" value="" /> <input type="s...
asked by 03.02.2018 / 21:08
1
answer

Error in Controller when uploading several images at once

I try to upload several images at the same time and uploading it to the server uploads it but only saves the name of the first one in the database, resizes it and saves it in the folder but does not insert the name in the database of data that m...
asked by 26.10.2018 / 16:50
1
answer

Alternative to the File Upload control of asp.net [closed]

I'm looking for an alternative to the File Upload control. I'm working on Vb.Net, asp.net, and webforms, in visual studio 2013. The control of asp.net has a single visual form, it does not allow drag and drop, and neither preview. Do you know an...
asked by 06.03.2018 / 23:56
2
answers

Problem uploading files to the server

Create a folder named files www.MiServidor.com/Archivos to which you modify the permissions to be able to read, write and modify. I have a form in index.php in which a name of an image and a file are inserted. When sending the form...
asked by 31.10.2017 / 05:37
0
answers

Error loading .sql files

I am trying to load files with the function upload , but when I try to upload a file .sql , I get a message that says:    The type of file you are trying to upload is not allowed. $config['upload_path'] = './doc_anexa'; $c...
asked by 26.12.2018 / 23:55
0
answers

NodeJs change name of file uploaded with formidable

How can I change the name of the files I upload so they do not have names like these: upload_0b4d7f947b059eff4197c048e9c0dc4e.png router.post('/uploadImage', (request, response) => { const form = new formidable.IncomingForm()...
asked by 17.12.2018 / 16:20
0
answers

Nodejs problem when uploading image to the server with 'formidable'

Hi, I'm trying to upload a file, in my case it will mostly be an image or images in a director of my backend made in nodejs, then I leave the code of the function that subverts the image with formidable : router.post('/uploadImage', (request...
asked by 10.12.2018 / 16:00