Questions tagged as 'file-upload'

0
answers

How do I change the input type="file" path and submit form with another image?

I need to upload multiple images that are inside my application. My form is this: <form id="uploadForm" enctype="multipart/form-data"> <div class="file-field input-field offset-s4"> <div cl...
asked by 23.05.2018 / 09:39
1
answer

Uploading PDF file

I need to upload pdf files with angular js. I have field one for the user to input a file, however how do I send this file to the back end and save it to some folder?     
asked by 08.03.2018 / 20:27
1
answer

How to upload secure files? [duplicate]

I want to upload files securely without worrying about the extension. I'm afraid someone will try to upload a file to my website and run it inside the server, I do not know if it's possible and more hit me with fear. How can I check if th...
asked by 05.12.2017 / 14:02
0
answers

File Upload on Tomcat Server

I have a system ready to upload to the tomcat server, only this system uses uploads with catalina base, and when I upload the system to the tomcat server the file upload does not work, does anyone know if it is necessary to create the folders wh...
asked by 20.11.2017 / 14:25
0
answers

Posting with photo and view [closed]

Good morning guys, I'm having a question, I've done a scrapbook and would like to add a picture to the post and display it as the messages are displayed. My code is: <!DOCTYPE html> <html> <head> <meta chars...
asked by 27.10.2017 / 15:41
1
answer

Error while uploading image (cordova-plugin-file-transfer)

I am using the same documentation code. , but when I send to PHP, there is no file. JS function uploadPhotoRevendedor(imageURI) { var success = function (r) { app.alert("Code = " + r.responseCode + "Response = " + r.response...
asked by 03.10.2017 / 22:24
0
answers

Automatic hosting of JPG from PHP and Javascript functions [closed]

I have a part of a client's site that shows the name of the logged-in user, the drive where it works, and the user's photo. I want to implement an automated function (in javascript and php) so that when the user clicks on the photo, automatic...
asked by 27.06.2017 / 17:08
1
answer

resize an image and then save it in mysql

From a form I want to resize an image only after and then save in mysql, or grab an already saved image in mysql and resize it and then update the registry. Thanks so much if anyone can help me. * the table in mysql * CREATE TABLE 'imagem...
asked by 11.04.2017 / 23:31
0
answers

FileUpload java saves files in an improper folder

I found an example of fileupload on the internet and added it to my project. However, it uploads the files to a folder inside the glashfish server. This folder is named /config , and all the way I put it to create it, it creates only withi...
asked by 21.01.2017 / 16:21
0
answers

413 (Request Entity Too Large) on php server

I'm trying to send a video file via ajax to the server but the server returns me 413 whenever the file is larger than a 20M, my apache settings are: upload_max_filesize 5000M memory_limit 1024M max_input_time 6000 max_execution_time 3000 post_...
asked by 06.10.2016 / 18:58