Questions tagged as 'upload'

0
answers

Upload Laravel + Vue.js

I need to upload some files, but there is a detail, a table will be mounted as in the figure below, I can already add to the table itself, but at the time of upload I have no idea of the procedure, I do not know if I am passing correctly, finall...
asked by 06.11.2017 / 03:25
0
answers

Posting with photo and view [closed]

Good morning guys, I'm having a question, I've done a scrapbook and would like to add a picture to the post and display it as the messages are displayed. My code is: <!DOCTYPE html> <html> <head> <meta chars...
asked by 27.10.2017 / 15:41
0
answers

Error in image upload with PHP [closed]

When submitting the form register name, email and password, but the image does not register and I can not find the error. Some unsuccessful attempts: By putting enctype="multipart/form-data" the file posted to MySQL the temp...
asked by 07.07.2017 / 23:19
1
answer

ERROR when retrieving data from a form via $ _POST [] in PHP

I've created a simple form: <form action="php/cadastro.php" method="post" enctype="multipart/form-data"> <fieldset> <legend>Autor:</legend> <input type="text" name="autor" placeholder="Informe se...
asked by 03.04.2017 / 16:05
1
answer

Progress bar with JQuery counting negative

Hello, I use this code to increase the progress bar: $(function() { var bar = $('.bar'); var percent = $('.percent'); var status = $('#status'); var upload = $('form').ajaxForm( { beforeSend: function() {...
asked by 27.03.2017 / 17:46
0
answers

FtpWebRequest - Error large files

I have a desktop application made in C # running a few months on a client. The same requested a module to perform uploads and downloads on an FTP server, the database is currently in the clouds by KingHost, as this company already offers the ser...
asked by 02.01.2017 / 23:17
0
answers

Upload with AJAX, do not go with files with more than 2 megabytes

I have a UPLOAD code of images with AJAX: $.ajax({url:"php/upload.php", type:"POST", data:new FormData(this), contentType:false,cache:true,processData:false,success: function(resposta){ It only works with images up to 2 megs, more than that...
asked by 27.06.2016 / 16:49
0
answers

I can not upload images to Chrome - Play! Framework

Hello, I'm using Play! Framework and I'm having a problem trying to upload images, especially in Google Chrome: [error] play - Exception caught in RequestBodyHandler java.nio.channels.ClosedChannelException: null at org.jboss.netty.channel....
asked by 28.06.2016 / 03:50
1
answer

problem dragging ckeditor image

I'm starting to use the ckeditor plugin, I can usually send an image to the editor, but when I drag the image to another place, it disappears, and the warning of that second image here, when I copy and paste an image in the editor, the same prob...
asked by 28.05.2016 / 05:44
0
answers

Form (I divide in 6 steps) and I need a drag and drop of images in one of the steps

I am developing a WEB page where the user has to fill out the form and then at the end send me all the information so that my company can budget for his request. The form is divided into 6 steps: 1º - Some information of the company; 2º - T...
asked by 01.04.2016 / 13:53