Questions tagged as 'upload'

1
answer

API to upload files in PHP [closed]

That such people, I'm looking for a PHP API / Framework that allows uploading files to a web server securely (I do not want a defacement on my site), I'm using PHP, HTML, AngularJS, Bootstrap. If you know someone who can help me and that t...
asked by 24.06.2017 / 10:20
1
answer

Upload an image in PHP framework CodeIgniter

I can not upload the image and I do not receive the name to save it in the Database , I got the following error:    "You did not select a file to upload" Controller: $config['upload_path'] = base_url()."assets/img/uploads/";...
asked by 15.05.2017 / 17:32
2
answers

How can I resize the image of a height, fixed width proportionally

I have this script to send images to the server, which adds a watermark to the image, but I would like to be able to resize an image giving it a fixed height and that the width adapts proportionally to that height, you could help me, from now on...
asked by 09.11.2018 / 13:32
1
answer

Permissions when attaching HTML files

I come with a doubt. Everyone knows that a file is used to attach a <input type="file" name="fileupload"value="fileupload" id="fileupload"> And the window to select the file opens, but can it be denied or controller that a file can be...
asked by 27.05.2018 / 07:40
0
answers

historical problem (txt) with loadata in mysql

I'm reading a history in a txt (there are 6 million records, that's why I only show a part) This way it is loaded in a table but I am interested in having the oldest date with its corresponding values ( estatus , token , suc...
asked by 09.05.2018 / 20:50
0
answers

Error Prestashop webservice when uploading image

I am developing a module for Prestashop that is responsible for synchronizing elements between stores. I have managed to create a product from the store that has installed the module in the store that has the Webservices activated, the problem c...
asked by 09.04.2018 / 11:48
0
answers

Upload a file to a server using gotev

I have a problem in which the progress bar is shown and it ends up normal in the application but at the time of viewing the uploaded files it does not appear on the server and the app does not show upload error so this is my code: pub...
asked by 27.03.2018 / 23:42
0
answers

Upload files to a server through ANDROID

tengon a question as I do to be able to upload a file either .txt, .jpg, .mp3, .mp4, etc, etc by android do not know if you can use a library or something similar or if android that has one to use I've been trying with one that is called commons...
asked by 30.03.2018 / 04:28
0
answers

Problems uploading a file with other parameters, sending them by ajax to a servlet

I need to send a form that has two input = file and other parameters, I am sending them via ajax to a servlet that receives a URL parameter that I use to determine the specific function for that process (a servlet for my entire module). .. I hav...
asked by 05.02.2018 / 17:58
2
answers

Upload a file to the server, limiting extensions and file type

With $_FILES["files"]["type"] I can upload files pdf , but I'm trying to specify that I also accept files .ai ( illustrator ) and other possible extensions, but I can not do it. And will there be any way to visualize it on...
asked by 24.01.2018 / 18:11