Questions tagged as 'multiple-file-upload'

0
answers

Upload with Watermark using Codelgniter

I am uploading here with Codeigniter, it works perfect, but I can not put a logo as a watermark and I would also like to put the site address, I do not know why the error .. the code is as follows. .. /* Upload de imagem: */ $config['upload...
asked by 21.06.2016 / 09:25
0
answers

Multiple Photos Upload JSF

I need to make a registration screen, where the user can choose up to 5 photos to save. I'm using JSF 2.2 I'd like to know the best way to do this, without using primefaces or richfaces , using a component type link , I tried to...
asked by 06.07.2015 / 16:06
0
answers

Adding watermark with C # without using System.Drawing.Bitmap in Azure

I'm new to the .NET world and I'm having a problem uploading images to the site. I am using a function to add the watermark in the photo as it is sent but apparently Azure no longer accepts the use of System.Drawing.Bitmap. I tried to find some...
asked by 23.11.2018 / 13:20
0
answers

Error using kartik FileInput for multiplu upload

I'm using lib Kartik in my project with the Yii 2 Framework . I have a form where I can add one or more files. As I show in the image below: However,whenusingkartiktomultiplyupload,itonlysends1file.Form:<divclass="row"> <a class=...
asked by 20.11.2018 / 15:06
0
answers

How to create a Thread in Spring Boot?

I'm starting a file upload file application, where it writes the path in the database and the image on the server, when carrying out a test I can send the image to the folder, now I need to be able to create the temporary location when I submit...
asked by 05.10.2018 / 12:34
0
answers

Uploading files with AJAX before writing to the database

I have a product registration form where you can select multiple photos. So far so good, but I need to perform some validations on the photos selected. And from what I've seen it's only possible to upload those files via AJAX the moment they are...
asked by 09.08.2018 / 02:55
0
answers

Jquery.Validation file upload allows post even with other invalid fields

Use jquery.validation v.1.17 and additional-methods.js to validate multiple fields, including file uploads . I use the bootstrap and program in C # .NET . There is no UpdatePanel on the page. After loading the form, when you click Save,...
asked by 02.02.2018 / 13:22
0
answers

Bootstrap File Input with ASP.NET MVC

I'm using the Bootstrap File Input ( link ) in my Asp.Net MVC project but it has a bug that when I add some file and then add another it continues displaying on the screen all but only put the last files added. Has anyone had this and solved it?...
asked by 24.01.2017 / 13:27
1
answer

JQuery does not display image prewier

Good evening, I'm trying to make an image prewier in a file field with multiple uploads. html <!doctype html> <html> <head> <meta charset="utf-8"> <title>Upload Ajax</title> <script type="text/javascr...
asked by 04.04.2016 / 00:06
0
answers

Doubt in the Jquery Filer plugin

I'm trying to use this very cool upload plugin I found, Jquery Filer 1 I just can not do 2 things in it. See if you can help me. 1- When I click the trash button on the thumbnails of the photos it removes the photo, I could not find a wa...
asked by 18.03.2015 / 13:00