Questions tagged as 'file-upload'

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

FileUnput PrimeFaces does not update the attribute;

I have a repeat structure: <ui:repeat var="item" /> Inside it I print some fields. One of them is <p:fileUpload/> So far so good. The problem is when it's time to do the action, when I click the save button it assigns...
asked by 31.07.2014 / 19:20
1
answer

FieUpload with Ajax.BeginForm

I have a problem, I need to update an image in the database, 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.), where I know that with Ajax.BeginForm it is not possibl...
asked by 18.12.2014 / 17:41
1
answer

File Upload Questions

My question is regarding Uploading Files using the link I have the following JS code $('#arquivoCliente').fileinput({ language: 'pt-BR', uploadAsync: false, showPreview: false, maxFileSize:...
asked by 03.07.2017 / 15:05
1
answer

Upload file, save MYSQL path and name

Save people! I have the following question, or rather I do not know how to do it. I have a resume form that is filled out and the user appends a .pdf file Objective: user fills in the form name, email, telephone, etc ... and attach the...
asked by 31.03.2017 / 19:47
1
answer

How to upload files by sending the attachment as email in laravel 5.3?

I'm making a page of work with us with uploaded files (resumes), I would send this file by email attachment, but I'm kind of aimless. Can anyone help me? Controller public function trabalheConosco(RequestNewsletter $request) { $dat...
asked by 11.10.2016 / 14:41
2
answers

Error uploading media Codeigniter

When attempting to upload any media, the following error always appears: O TIPO DE ARQUIVO NÃO É PERMITIDO . But yes, I put jpg , png , gif , I already changed only to pdf and error persists! Here are codes: CON...
asked by 19.11.2015 / 13:40
2
answers

Uploading images in CodeIgniter

Good, First I wanted to say that I do not understand anything, but nothing of CodeIgniter, I never worked, I had not even heard of it. But the site is so done and I was asked to add an upload of images. And so I did, but evil. Here is the cod...
asked by 14.07.2015 / 12:51
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
1
answer

Edit Image upload with Ajax and CodeIgniter

I have a difficulty that is as follows, I have a CRUD that the upload works correctly, when editing this CRUD I can edit all the data including uploading the image all without problem, however if I decide to edit only the data and not edit the i...
asked by 14.09.2018 / 21:43