Questions tagged as 'file-upload'

0
answers

Upload multiple files in the same form and write name to bank

I have a registration form with two file input. One called file (one image) and another called file_download (a pdf). In my table I have a column [image] and another [downloads], which record the filename and its extension, to be used in v...
asked by 29.05.2017 / 18:41
0
answers

How to know when the file was uploaded 100%

I have a functionality of does the following: Loads a video from the user's PC using C # Places the video link in an src of an HTML5 using JQuery The problem: It puts the link and shows the player, but as the video has not yet uplo...
asked by 06.03.2017 / 14:52
0
answers

How to send a dynamic image to PHP with the jQuery ajax function

I have a blank div, which dynamically receives an image, almost as soon as the page loads, this image is the crop of the original image, I'm getting it through the code: $('.class > img') However when I play this in the ajax function...
asked by 07.03.2017 / 14:39
1
answer

api upload to imgur

I'm working on a project where I'll have uploaded images, thanks to the forum I discovered IMGUR, to host my images and make my website more free, good but here comes the master question: How to create an upload system for i imgur? Does an...
asked by 04.03.2017 / 02:14
2
answers

file_get_contents (): Content-type not specified assuming application / x-www-form-urlencoded

In this code I'm creating to upload profile images to imgur if (isset($_POST['uploadprofileimg'])) { $image = base64_encode(file_get_contents($_FILES['profileimg']['tmp_name'])); $options = array('http' => array( 'method'...
asked by 20.02.2017 / 19:45
1
answer

Uploading image and updating

I have an application in javaEE where one of the requirements is to upload an image used for the user profile. Everything you've been up to now:  1. Selects the image to be edited (Cut, Rotate and etc);  2. The photo is passed as base64 to th...
asked by 24.12.2016 / 01:51
3
answers

Limit for uploading files

I have a project in Asp Net MVC .NET Framework 4 as follows: View: <div class="file-content"> <label class="custom-file-upload"> <input type="file" id="importar-arquivos" multiple accept=".pdf" name="arquivo" re...
asked by 30.09.2016 / 14:52
0
answers

Bootstrap File Input with ASP.NET MVC

I'm using the Bootstrap File Input ( link ) in my Asp.Net MVC project but it has a bug that when I add some file and then add another it continues displaying on the screen all but only put the last files added. Has anyone had this and solved it?...
asked by 24.01.2017 / 13:27
1
answer

Send form EXCEL file without refresh

Hello, I would like to send an excel file to a php page, where I would read the data and then send it to the database. I was able to do this by giving a refresh of the page, but wanted that when the file was sent there would appear a message of...
asked by 13.11.2016 / 19:33
0
answers

variable in selectOneMenu

In a form I have the field where I inform the name and create a folder with that name, in the second form a selectedOneMenu where I list the folders I created in the first form, now my problem is in the form of upload because when I select a fol...
asked by 22.09.2016 / 03:12