Questions tagged as 'upload'

0
answers

Deserialize an XML and display its data in an input

I need to create an upload button that when reading the xml of my invoice can display the NFe key that is inside the tag, inside an input. I have already used several methods and are not deseralizing. public void UploadXML(string CHAVE_ACES...
asked by 17.07.2018 / 15:08
1
answer

Upload video files with angularJS

I have a page where I load the image files, pdf, xml, etc. On this page, I now need to upload video files too, I have researched some sites but I have not found examples of how to do it, when I try to upload an error is returned at the console b...
asked by 18.07.2018 / 16:02
1
answer

upload with ajax and formdata displays error

I'm trying to send a file to the server with ajax and php. I've tried variations with people who had doubts on the same subject but nothing works (I'm sure I'm doing some bullshit). I have a form with 4 fields, one of them is file type. I do all...
asked by 09.07.2018 / 17:47
1
answer

Uploading Photos to Amazon Storage?

I want to put a form with an image upload field on the client that uploads photos directly to Amazon S3 storage, without going through the server, using Meteor, can someone point a direction, any tips? >     
asked by 07.07.2018 / 14:41
0
answers

Uploading images - JSP

I'm working with a project in JavaWeb, and I upload image in it, but at the time of showing the image, I need to run the project again to show it. I think I need to update the server at the time of showing or something. Any solution?     
asked by 03.09.2018 / 22:17
0
answers

PHP / AJAX image upload

I need to upload a facebook-style image. The user clicks a button, selects the image and clicking OK in the Windows dialog, the image is sent automatically. Ialreadyhavethefollowingcodes: $('.trocar_foto').click(function(){ $('#img_co...
asked by 13.06.2018 / 21:19
1
answer

Filetrip Plugin Gives Error - Wordpress

I have a wordpress form made with Caldera Forms plugin. I used the Filetrip plugin to upload the form files and send the e-mail link from those files, everything was working correctly until from NADA today, I can not upload files. I configure...
asked by 16.05.2018 / 17:32
1
answer

Uploading image outside the LARAVEL folder

Good afternoon, I have a question, is it possible for me to upload an image in laravel out of the project folder? Well I have a project that the site folder is out of the laravel folder and I need to display images uploaded to laravel on this si...
asked by 16.05.2018 / 21:04
0
answers

Difficulty in using Dropzone within modal Laravel 5.6

I have a modal, where there is a register working correctly and I am trying to include in this register an inclusion of images with Dropzone. But when I include images the layout comes unstructured as in the print below .. I think it's due to...
asked by 27.03.2018 / 15:53
1
answer

Error upload - Codeigniter

I am uploading a csv file, however it returns the invalid extension error, even though the extension is freed. I was looking for the cause of the error and found it is because of a line that is in the file. if (!$this->upload->do_upload(...
asked by 19.03.2018 / 15:29