Questions tagged as 'upload'

1
answer

Upload photo and save the original photo and a cropped one?

Here he is saving only the modified one, I wanted to save the original and the modified one. <?php $page=" Upload de Imagens"; if (isset($_POST["cadastrar"])) { include_once 'classes/resize-class.php'; // Incluímos a classe $titu...
asked by 01.02.2015 / 15:04
2
answers

Plugin to upload multiple pictures

I have the following classes in my project. Galeria and Fotos I have ViewModel where I get the data of Galeria and data of Fotos . When submitting (submit normal, not asynchronous), save Galeria...
asked by 17.05.2014 / 22:46
1
answer

Plupload - refresh the page

It's this: I'm working on an online platform for the company I work for. On this platform I use Plupload to upload images. It's all working fine except for one part. After the images are uploaded (100%), I want the page to be updated, a...
asked by 31.01.2014 / 02:37
4
answers

Upload file with AJAX

I would like to know if there is any simple way to upload files via AJAX + JSON. If there is one, what would it be?     
asked by 18.03.2014 / 18:55
1
answer

AngularJS image upload with Java server

I'm having a problem uploading a web image, I'm using the angular file upload , when I upload it it writes the image to the Frame - > images of the browser, and when I read the inputStream there on my server it does not return the i...
asked by 29.01.2014 / 13:21
1
answer

Error converting image to String to save to bank

I'm trying to save an image to my form in the database, but I'm having trouble resolving the error:    Field error in object 'user' on field 'photo': rejected value [org.springframework.web.multipart.support.StandardMultipartHttpServletReques...
asked by 11.06.2018 / 17:44
0
answers

Take file path after upload? [closed]

I'm making an email application using VueJS and I'm in the attachments part, and I want to get the file path because it's just enough so I can send the attachment using nodemailer. Is there any method that I can pick up the path of the file t...
asked by 31.08.2017 / 22:47
0
answers

Upload multiple files using the same request?

I'm using the VueJS / Quasar Framework to make the front end of my application and HapiJS to do the server. And in the part of uploading the attachments I'm testing with multiple upload files, and I came across the following problem: For eac...
asked by 04.09.2017 / 22:12
0
answers

Uploading two files from two different fields with multer

Using the multer I am trying to upload two different files that come from fields in forms different and has different storage path as well: let storageAudios = multer.diskStorage({ destination: (req, file, callback) => { ca...
asked by 29.03.2017 / 16:04
2
answers

Generate Image Thumbnails Before Uploading

I'm looking for a non-plugin solution that generates thumbs of selected images in <input type="file"/> , preferably with Javascript or max jQuery . The idea is to have something similar to this structure: <div cl...
asked by 15.03.2017 / 21:11