Questions tagged as 'file-upload'

0
answers

Error 500 (Internal Server Error) when uploading

When trying to upload a txt file, I'm getting erro 500 . I gave # chmod -R 777 import to release all permissions. < ls -l of the folder where I am trying to save the file:    drwxrwxrwx 2 francisco francisco 4096 Dec 2...
asked by 03.12.2014 / 14:38
1
answer

File Upload [closed]

I am new to php and database and have never uploaded a file. I have already read and advise only to save the path of a file in the database and not the file itself. They advised me to see in Portugal-to-Schedule and in PHP but I did not realize...
asked by 12.07.2015 / 21:25
1
answer

Problem uploading images

I have a form inside a table, and it will duplicate the rows as many times as I want, it follows: <table class="table table-striped table-bordered table-hover" > <thead> <tr> <th width="15%">*Tit...
asked by 09.08.2017 / 18:00
1
answer

jQuery File Upload error parseMetaData

Today in the morning the jquery File Upload stopped working in all places I use, I have a local base and another online, but both have the same error:   Uncaught TypeError: Can not read property 'parseMetaData' of undefined jquery.fileupload-ima...
asked by 15.09.2014 / 17:06
2
answers

Is there a JavaScript type that stores data from any file?

Ex: In a form in an input field of file type in an html any user in my system appends a file. After pressing Submit I want the file to be kept in a JavaScript variable. Is there any kind of it? If not what do you advise me to do?     
asked by 21.03.2018 / 00:19
1
answer

Why can not I upload more than 2mb with this script?

<form action="" method="post" enctype="multipart/form-data"> <input type="file" name="fileUpload"/><br/> <button type="submit">Enviar</button> </form> <?php if ($_SERVER["REQUEST_METHOD"]==="POST"){...
asked by 16.06.2018 / 20:48
1
answer

Insertion of pdf and doc documents

I'm doing a Backoffice in which I have to do the insertion of documents of .doc and .pdf but I do not know how to do, can anyone help? <form name="form" method="post" action="envia_pdf.php" enctype="multipart/form-data"> &l...
asked by 03.12.2014 / 13:57