Questions tagged as 'upload'

1
answer

How to send a file larger than 10MB without having access to php.ini?

It is as follows: My free file hosting gives me access to see php.ini file information, but I can not modify it, I already tried to create a php.ini in the htdocs folder but it did not work, I tried to add it to the .htaccess and d...
asked by 22.02.2017 / 20:42
3
answers

Upload file with parameters in Silex with Angular-File-Upload

I'm doing a job with Angular (version 1.5.8) and using Silex as Web Service. To send the file to the Web Service I am using Angular-File-Upload (version 1.5.1), and my Angular service is like this: self.salvarAnexo = function (id, descricao, a...
asked by 12.08.2016 / 01:02
1
answer

Is it dangerous to leave mod_mime_magic active in Apache?

I was once arguing with a more experienced programmer than myself (the user @Bacco ) about uploading files. I was commenting with it it did not make sense for someone to try uploading a file with jpg extension having in the content a...
asked by 18.10.2016 / 13:19
1
answer

customize input for multiupload of images

How can I customize an input field of file type for multiupload of images? I would like to get some image information, such as: format, size. (I know there are several plugins for this, but I'd like to learn from scratch how to do it) E...
asked by 16.11.2014 / 02:52
2
answers

File uploads via ajax

How can I do multiple uploads, that is, I have a screen with multiple input of type file , how do I pass this via Ajax to my server? I have tried with XmlHttpRequest , but it did not work, I would have it if I had a input...
asked by 02.07.2014 / 16:28
1
answer

How to upload using PHP image in BLOB link?

I'm making use of a GitHub (xkeshi / image-compressor) project that compresses images using JavaScript. It generates a download of the compressed file with the following link for example blob:http://localhost/945f825f-054a-4170-9d79-ac1dba593...
asked by 04.08.2018 / 03:09
1
answer

How to upload to an FTP site?

Hello, I have an FTP account in a domain, it is password protected but I need a Delphi application to upload files instead of FileZila and others. How can I upload files? I tried according to some sites and in none of them I was successful, you...
asked by 02.11.2015 / 15:00
2
answers

Uploading android images to folder on Server

How can I upload an android image to a folder on the server? I have the address of the folder that I can use to save image, I am already using this address to be able to take the images, but now I need to save images to that folder of the server...
asked by 07.10.2014 / 14:55
1
answer

How to get all image properties in upload?

I'm here browsing Google but I did not find it clear how to get all image properties at the time of uploading in the script. I'm using it to get the image: $imagem = $_FILES['arquivo']['name']; How to get all properties of the image at th...
asked by 07.11.2015 / 18:24
1
answer

Upload does not work online, part of the Upload class code appears on the screen

I created a project in PHP using the CodeIgniter that uploads an image to the server. Locally it works perfectly, however, online, hosted on a Locaweb server ( Windows Platform ) presents an error, when I upload it appears part of the code o...
asked by 01.07.2014 / 15:16