Questions tagged as 'upload'

1
answer

How to change an image in the database by ID?

Hello, how are you? I started shortly a form where some information is sent to the database, but when I edit some information it changes everything but the image, before it just deleted and left blank, now it does nothing ... if anyone can Thank...
asked by 13.09.2018 / 16:05
1
answer

Record Video and Upload in C # MVC

I have to record a 5s video on the webcam, after recording upload this video to a folder. I have already searched for several Plugins in JS, I used this link " I just do not know how I can upload this video into a function in my Cont...
asked by 17.11.2017 / 13:08
1
answer

Error uploading Images with Laravel

I'm trying to use Jasny's upload file ( link ) to upload photos and save the name photo in the DB with Laravel 5.1 but it is not working. Apparently the laravel is capturing the photo when I give the command dd(Request::capture()); it...
asked by 21.05.2016 / 07:11
1
answer

Adding more than one image to PDF using mpdf [duplicate]

I need to generate a PDF with the MPDF class inside the PDF must contain some images, which will be sent through the form.html page, which sends the images to gera-pdf.php which processes and converts the content to PDF form.html <form...
asked by 18.10.2015 / 14:39
1
answer

Upload Off-Site

WellI'mkindofconfusedherebecauseI'mcreatingthefolderbutatthetimeofupaitupaonelevelabove.Whereistheerror?if(is_uploaded_file($_FILES["foto"]["tmp_name"])) { mkdir("../img/$Npasta") or die("erro ao criar diretório $Npasta"); $foto = time() . '_'...
asked by 03.10.2015 / 19:38
1
answer

org.apache.commons.net.ftp UPLOAD

I am uploading a file to the server but if the file is a bit large (200mb +) the upload is finished but the program hangs and does not give me a return if the upload is complete. If the file is smaller I do not have this kind of problem. Here's...
asked by 20.09.2016 / 22:50