Questions tagged as 'file-upload'

1
answer

Uploading and Retrieving an Image with Angular

Let's say I have a user registration form where I want to save a photo of it. I send this data by POST to the server (Java) where I make the inclusion in the database. What better way (practice) to send this photo along with the other...
asked by 25.09.2015 / 20:12
1
answer

Problem displaying image

As I display an image recorded in the database, I believe it is not actually recorded, because I can only see the name / format of the image. In this case, how do I display this image? I looked for some ways to do it using custom HTML helper...
asked by 14.09.2014 / 03:42
2
answers

Fatal error: Can not unset string offsets

After uploading my site, the form to insert images no longer works, clicking the button to save I get:    Fatal error: Can not unset string offsets in ... app / Plugin / Uploader / Model / Behavior / FileValidationBehavior.php on line...
asked by 07.05.2014 / 15:53
0
answers

Problem with file upload with ajax / jquey and laravel 5.7

Hello, I need to make a request in ajax with laravel 5.7, but for some reason ajax is only processing and does not return a response, it follows the code: Ajax: jQuery.ajax({ url: "{{ url('/gravar/audio') }}",...
asked by 10.12.2018 / 13:02
0
answers

Video Element Duration and Proportion Attribute

I have a pretty challenging problem, it seems. I'm working on an AngularJS project with uploaded files, my role is being to upload videos that currently does not exist the possibility. We've used some libraries like angular-file-uploader just...
asked by 12.12.2018 / 13:25
0
answers

A file-upload does not work on a specific computer

An input file does not work on a specific computer, using google Chrome, the component is on a page developed in asp.net mvc and hosted on Azure. Does anyone know if there is any browser configuration that conflicts with the server? Because test...
asked by 26.10.2018 / 21:25
0
answers

Jquery - FileUploader can delete file but is submitted in the same

Good people, I'm using the following Jquey plugin to upload files: File-Upload I intend, in addition to submitting files, it allows the user to be able to delete those same files before submitting them. I'm using the foll...
asked by 23.10.2018 / 11:38
0
answers

cordova-plugin-file-transfer does not work in the compiled app only in production

Well I created a project with phonegap and needed to take photos and send to the server, I made the whole process of installing the pluguins, and I used to transfer the pluguin cordova-plugin-file-transfer to the server. Ok So, it worked fine...
asked by 19.10.2018 / 15:54
0
answers

XML at GUI_UPLOAD function ABAP

DATA: gt_xml TYPE swxmlcont. MOVE path TO v_filename. CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = v_filename filetype = 'BIN' "#EC NOTEXT * replacement = '#'...
asked by 09.08.2018 / 17:14
0
answers

Send a blob to a webservice

Hello, it may seem Jr. the personal question but I have already tried searching the internet and nothing. I have the following scenario: A .NET API provided by a company to which I have to submit a file, and my BackEnd to NodeJS. This B...
asked by 02.08.2018 / 22:22