Questions tagged as 'upload'

0
answers

Upload thumbnail post type frontend via AJAX

I have a professional registration form, where the same is registered by entering name and image (photo). This registration without the use of Ajax, I can do, but it must be done in Ajax, and the image I can not send, even using formData. Here's...
asked by 14.01.2017 / 01:06
0
answers

Streaming of files by HTTP on Node

Hello, I'm developing a system in which one of the fundamental parts is to transmit a file via JS Node. Suppose I have a A connection , this connection is uploading a file via HTTP. And there is also a B connection , this connection wants to d...
asked by 21.01.2017 / 20:11
2
answers

Uploading photo taken by mobile phone displays rotated image

I have a system with a Photo upload page. It is a simple photo upload, where you click on input , select the image and end. Then just send the form, the image is saved in a folder, and another html file happens to becuperation of the photo...
asked by 30.09.2015 / 19:56
1
answer

Image Upload Check / Check Function

My code: //return > 0 is ok! function _fileinput($name) { var_dump($name); $input['arquivo'] = $_FILES["$name"]["name"]; $input['arquivo'] = strtolower(str_replace("h","",$input['arquivo']));...
asked by 13.11.2015 / 12:12
1
answer

Upload security issue

I have an application built with CodeIgniter that uploads image files to a directory on the server. Running on localhost, works perfectly. When on the official server, an error is returned while trying to download the file. Suspecting the lack o...
asked by 13.01.2015 / 11:50
4
answers

How to solve image upload problems in Wordpress?

After migrating to Kinghost, I'm having trouble uploading images to the Wordpress library. I normally upload the image but it does not seem to go into the library, it looks like it was created in the database but it does not appear in it, instea...
asked by 12.09.2014 / 01:19
2
answers

PHP script to open CSV files directly, with no need to submit formulas

I'm developing a PHP script for database upgrade. Basically I will schedule the execution of the script on the client machine (via the scheduler), it will open a URL on the server and perform the update of the database. On the server it has a...
asked by 25.01.2018 / 12:14
2
answers

Image upload with php [duplicate]

I'm looking for a way to upload image within a form of the registry. But every solution I find does not serve me, since I need to upload it as soon as the user selects the image, without being taken to another page with a input ty...
asked by 27.07.2015 / 05:07
2
answers

What is the best way to save an image in MongoDB?

I'm developing a JS system with Node server and need to save images in MongoDB in a way that saves as much space as possible, and I'm currently converting the image to Base64 String and saving as an attribute of a document in the collection. B...
asked by 08.10.2017 / 23:50
1
answer

How to find out which folder the user uploaded?

I would like to know how to find out which folder the user uploaded to the form? For example, if the user uploaded to the X folder, if the file was inside the X folder, I'd like to execute the following code: $upload = copy($arqTemp, $pas...
asked by 01.03.2017 / 14:37