Questions tagged as 'upload'

0
answers

Upload multiple files, but each one at a time? [closed]

I'm looking for some code that uploads multiple files to the PHP server, but in the style of Google Drive: One file at a time, but in the same form. Type the image below:     
asked by 15.05.2017 / 13:34
1
answer

Import .csv file to server

I am performing a task to import data from a .csv file to the server. I can already import the file all right on the server side, however each file contains about 25,000 records and the user is waiting until the upload is complete. I put a simpl...
asked by 16.02.2016 / 20:22
1
answer

How to upload an image through the clipboard (copy and paste)?

I was taking a look at the functionality of Imgur site. When you make a printscreen or even copy an image (not the link, but the image, which is an option that is available in most current browsers) and then paste on the page, the image that w...
asked by 09.01.2018 / 14:27
2
answers

Upload and structure for storing images in Laravel

I started to build a portal, using Laravel, which has the following requirements: users, places belonging to users and classifieds belonging to users . As each of these requirements requires images, I would like to know the best method for s...
asked by 15.01.2014 / 12:23
1
answer

Uploading multiple files using Uploadfy in ASP.NET MVC

How to implement multi-file upload with uploadf ? I find it very interesting to use the upload bars etc. is giving this error: Thisismycontroller: You may notice that you have many error messages as well. View Code: <script t...
asked by 13.03.2014 / 21:29
1
answer

404 Failure with ASP.NET MVC when attached file is large

I'm using the jquery.filer plugin to send files to attach files to my form. I chose this because it was a plugin that I was able to manipulate it to send the data of the other inputs along with the files and to avoid temporary folders....
asked by 23.10.2015 / 16:26
3
answers

Problem with uploading large files in PHP

I already set my site's php settings to the upload limit size ( post_max_size and upload_max_filesize ). I put 1 Giga as a precaution for the tests. But when I try to upload a 30-megabyte file, the status bar shows the progress o...
asked by 19.12.2013 / 20:58
1
answer

Change src attribute of an image when uploading via file type input

Hey guys, blz? I need a code that when uploading an image via input file type it is displayed in a preview type. What I have so far is this: HTML: <div class="card"> <img class="card-img-top" src="<?=$foto?>" id="fo...
asked by 03.11.2017 / 20:21
1
answer

Upload ajax jquery php

I need to upload the image with ajax / jquery, following this structure: Form: <form> <input type="text" name="seu_nome" /> <input type="text" name="sua_senha" /> <input type="file" name="file" /> <button type...
asked by 06.02.2018 / 20:46
1
answer

How to upload to Silex?

I did some research to learn how to upload files in Silex Framework, but I did not find anything about it. Is there any way to do this through Silex? Or would I have to do with nail only with PHP?     
asked by 17.01.2017 / 15:06