Questions tagged as 'multiple-file-upload'

1
answer

How to upload files Angular js

IwantedtoknownowhowIcanhandleandsendthefiletourlthatIwanttoupload.     
asked by 09.09.2015 / 16:18
2
answers

File Upload Multiple via aJax - PHP

I'm trying to upload files via ajax and PHP with the following codes below and it's not working. I can not identify what I'm doing wrong. Page <div id="bsUpload"> <form action="" method="post" enctype="multipart/form-data">...
asked by 21.01.2015 / 19:36
1
answer

Create inputs for images dynamically and switch to Servlet without redirecting page?

I would like to create a button that causes a input to appear for sending images. This button can be used multiple times. When the user clicks the submit button, those images must be sent to the server without reloading the page....
asked by 05.04.2016 / 23:39
1
answer

Problem uploading files in PHP

Hello, I have a problem uploading files from my system. When placing more than 5 files in the field "multiple input file" only 5 are recorded in the database, ie if I put 18 files only 5 files will be written. The strange thing is that in the...
asked by 15.02.2017 / 13:02
1
answer

Batch upload Asp.net MVC5

I'mtryingtodevelopawebsystemthatworksasamessaging-orientedsocialnetwork.Havingtheclassesusuario.csandInformacao.cs(whichworksasamessage),Ineedtomakeattachmentsavailableinthisinformation,messagesarepostedoneachuserpage,suchaspagesofablog.Auserca...
asked by 07.01.2016 / 17:38
0
answers

Uploading Multiple Files from a Mobile Phone

Hello, I have a web application where I need to upload multiple photos at the same time, On the pc it goes without problems but on the mobile I can not select multiple photos. Can anyone help me?     
asked by 07.11.2017 / 23:56
1
answer

md5 error when renaming array of upload php file

I have the following code that uploads multiple files: <?php if(isset($_FILES['files'])){ $errors = array(); foreach ($_FILES['files']['tmp_name'] as $key => $tmp_name){ $file_name = $key.$_FILES['files']['name'][$key]...
asked by 03.09.2016 / 23:58
2
answers

How do I refresh the page after uploading images?

I'm using the following codes to upload and display images: Here, the HTML: <form id="formImage" style="display:none"> <input type="file" id="fileUpload" name="fileUpload[]" multiple onchange="saveImages()"> </form> <d...
asked by 15.10.2014 / 02:42
1
answer

Uploading multiple files with Node.js

I'm trying to upload multiple files with Node.js, but I can not do the server part. I'm using ExpressJS as a framework, and if need be I can use other packages to facilitate this task. For the time being, I'm using express.bodyParser()...
asked by 16.06.2014 / 20:17
0
answers

Uploading images with manipulation using WideImage

Good evening! I would like to upload a maximum of 5 images and at the same time manipulate them with the WideImage library. But with the code done so far, only the upload is working. I'm using the library for the first time, so I do not have so...
asked by 12.05.2018 / 00:05