Questions tagged as 'upload'

1
answer

Multipart form-data upload file - HTML PHP form

Doubts: 1) Is it possible to put a form inside another form? I explain. I have a form called "add" where I want to add another form called "upload_files" because I want that by pressing "Save", previously selecting the desired images, the...
asked by 29.11.2017 / 23:20
0
answers

Upload multiple images AngularJS

How about, I ask for your help, I want to select images in a single load, that is to say that the user chooses if he wants to upload a single image or more than one. I'm doing it in the following way: app.controller('ImagesCtrl', functio...
asked by 15.12.2017 / 02:00
1
answer

Cut image and send to server

Good, I have the following code that allows to take a photo or select it from the gallery and the short, it works quite well and is suitable for what I need, now, once I receive the cut image I would like to send it to the server, where it will...
asked by 26.09.2017 / 20:02
0
answers

FTP access via cmd

You'll see I'm having problems accessing my ftp directory via command line. ftp> open ejemplo.com 46256 Conectado a ejemplo.com 220 Microsoft FTP Service 200 OPTS UTF8 command successful - UTF8 encoding now ON. Usuario (ejemplo.com:...
asked by 22.07.2017 / 17:40
1
answer

Upload Image using ajax and codeigniter

What I am trying to do is to make a record of a table with different fields, one of them of image. with my code the record is done in the BD except for the image. This is my code: this is the modal where the fields of the table are: <!--...
asked by 23.06.2017 / 15:37