Questions tagged as 'upload'

1
answer

Problem uploading files in PHP

Hello, I have a problem uploading files from my system. When placing more than 5 files in the field "multiple input file" only 5 are recorded in the database, ie if I put 18 files only 5 files will be written. The strange thing is that in the...
asked by 15.02.2017 / 13:02
1
answer

Why is uploading images to my DigitalOcean server so slow? [closed]

I'm running a Java application using Play! Framework on my droplet on DigitalOcean. However, when I upload images through the browser I realize that the request is very slow and the upload of a ~ 2MB image is taking ~ 1-2 minutes to happen. D...
asked by 03.07.2016 / 02:00
1
answer

Batch upload Asp.net MVC5

I'mtryingtodevelopawebsystemthatworksasamessaging-orientedsocialnetwork.Havingtheclassesusuario.csandInformacao.cs(whichworksasamessage),Ineedtomakeattachmentsavailableinthisinformation,messagesarepostedoneachuserpage,suchaspagesofablog.Auserca...
asked by 07.01.2016 / 17:38
2
answers

Wordpress image cropping and deletion of the original image

After the upload of an image in wordpress I would like to make a check if the registered image is larger than the declared size limit, if it is larger I want to delete the original image in upload folder and keep only images trimmed with t...
asked by 15.10.2015 / 14:17
1
answer

How to load files, folders and subfolders using php

I wonder if it is possible to load files, folders and subfolders using PHP?  I know that in Java it is possible to do this type of upload, but in php I could only upload multiple files.     
asked by 01.02.2016 / 03:41
1
answer

Uploading large or compressed files?

I have a problem uploading files to the server for large files, and an idea was to send some of them in a way that is compressed .zip . Is there any problem in leaving open the upload part for the user to be able to send files of this...
asked by 20.07.2015 / 15:31
1
answer

Upload file inside the webapp folder

I have a Rest API with Jersey where I upload files. If I set the path to somewhere else, ex: C:\uploads works, but I would like to save these files to a directory in webapp: I'm currently doing this: @POST @Path("/anexoClient...
asked by 22.12.2016 / 19:09
1
answer

Upload with ASP.NET Core json vs formdata

I'm using asp.net core webapi , initially my actions were using the [FromBody] attribute in the parameters, so I redeemed the json value sent by the front end . Now I'm implementing a screen that has upload , and I had to use formdata to sen...
asked by 01.09.2017 / 13:20
1
answer

Upload file with CakePHP

Regarding upload file, I have the following codes up to now: Controller: public function initialize() { parent::initialize(); $this - > loadComponent('Upload'); } public function upload() { if (!empty($this - >...
asked by 01.12.2015 / 18:10
2
answers

How to use Wordpress Media Upload on multiple buttons?

Follow the HTML code for the button and text field: <div class="meta-container"> <div class="label col-2 left"> <label class="squeeze-label">Imagem Logo:</label> </div> <div...
asked by 08.10.2014 / 20:01