Questions tagged as 'upload'

1
answer

multiple image upload with jqueryform and ajax

Good afternoon, I'm trying to upload multiple images using jquery-form and ajax to not reload but is not going to the page via ajax by onchange and is not recording to the bank nor uploading. follow code: index.php <script type="text...
asked by 28.11.2018 / 17:32
1
answer

How to set upload a photo as required

I'm developing a page, so job seekers can enter and fill in their personal information, one of these information is the photo, which has to be mandatory. Then I created the following model: { . . [Display(Name = "SolidWorks")]...
asked by 20.08.2018 / 18:14
1
answer

Image Upload with ImageMagick

Using the Imagick library, can you upload an image directly from the upload form? That is, without having to first move it to a folder and specify the path in Imagick . I'm trying this way, but I get the error Can not process...
asked by 04.09.2018 / 20:13
1
answer

PHP Upload files to a directory created with mkdir

I have an HTML form where I get uploaded files, in the case of an image and another with several files in PDF, I need to organize them by placing everything in a folder, for that I used mkdir, I was able to create a folder with the name that I g...
asked by 04.09.2017 / 14:17
1
answer

Send images to different folders and write each one to a database table using php

I'm a beginner in php and I'm trying to create a website. How do I send 6 images at a time through the form, have each one be sent to the specified folder and write to the database. Name the tables in the database: nomedarom   image...
asked by 19.04.2017 / 20:58
1
answer

Uploading images with c # windows forms and php

I've been trying to find a solution to my problem for at least two weeks and I can not seem to make it work. The idea is this: I have an application Windows Forms written in C# , in which I will have a OpenFileDialog that wil...
asked by 02.02.2017 / 00:01
1
answer

Send image generated by PHP (GD) to Amazon S3

I have the following code to send an image up in my S3 bucket: // Send.class.php public function sendFile($file, $file_name) { try { $s3 -> putObject([ "Bucket" => "mybucket", "Key" => "image/".$fil...
asked by 02.12.2016 / 03:37
1
answer

uploading images + web service php

Good people, I'm a little late in my tcc because of not being able to upload the image. What I have hj worked and take the photo, save in the flock sqlite the path and latitude and longitude, however I have a screen in my app that I should send...
asked by 25.08.2016 / 20:04
1
answer

JavaScript - Return image dimensions

Explanation Hello everyone, I'm uploading an image with JavaScript , using the following code: $('#image-background').on("change", function(e) { var arq = URL.createObjectURL(e.target.files[0]); $("#mp-image-bg").attr("src", arq).c...
asked by 02.05.2015 / 18:34
1
answer

$ _FILES undefined index error how to solve [duplicate]

When uploading an image I get the error:    Notice: Undefined index: image in C: \ Apache24 \ htdocs \ change_photo.php on line 9       Notice: Undefined index: image in C: \ Apache24 \ htdocs \ change_photo.php on line 10 Call: <...
asked by 14.04.2015 / 04:25