Questions tagged as 'file-upload'

0
answers

$ _FILES - Security

Why is $ _FILES empty if the file is a locked (Down)? For example a pdf or an image that when downloaded has the following properties: And if there is a way to solve these problems for uploading, what should I do?     
asked by 18.11.2017 / 20:45
0
answers

Send form with file using ajax web api entity framework

I'm trying to send a file along with the form to the bank, but when I send it it returns the error 400 bad request, I do not understand why. CurriculosController // POST: api/Curriculos [ResponseType(typeof(Curriculos))] publi...
asked by 13.10.2017 / 03:09
0
answers

How to delete an image from the Storage laravel 5.2 folder?

I'm using this code to upload image is all working my doubt and in the condition if to delete the old image I have to leave a default.jpg image as default plus my condition if deleting this image. my question and how can I leave this image alway...
asked by 21.09.2017 / 20:01
1
answer

How to recover the image of the Storage folder using INTERVENTION IMAGE Laravel 5.2?

This solution works in the Public Folder more when switching to Storage folder I can not get the image and display in the view Can anyone help me? Controller public function profile(){ return view('profile', array('user' => Auth:...
asked by 13.09.2017 / 16:24
2
answers

How can I recover an image from the Storage Folder without passing parameter in Route Laravel5.2?

How to recover an image of the Storage Folder without passing parameter in the Laravel Route? My current code is working, but I'm having security problems because when I pass the parameter on the route the logged in user can see the image o...
asked by 12.09.2017 / 07:34
0
answers

Undefined index - audio upload

I have a small code to upload audio, however it is displaying an error of Undefined index in two lines referring to "audioFile".    Notice: Undefined index: audioFile in C: \ xampp \ apps \ wordpress \ htdocs \ upload.php on line 5       Not...
asked by 28.07.2017 / 01:58
0
answers

As an active javascript upload component using UIKIT?

This page is about component implementations in Javascript using FrameWorks UiKit. Click here to go to the UiKit page. I'm trying to implement the Drop Area as you can see in the figure below; ButI'mfacingsomeproblems,andI'llstartt...
asked by 13.07.2017 / 21:33
0
answers

ERR_CONNECTION_RESET When uploading large image on NodeJS

Good morning, I have a problem when I try to send large image with node, formidable use app.post ('/ upload / image', (req, res, next) = > {    var form = new formidable.IncomingForm ();    form.multiples = true; form.on ('fileBegin', (...
asked by 30.06.2017 / 16:30
0
answers

How to receive the actual location of a file

I upload files to a folder, which works when running in eclipse. But when I try to upload through a browser, I am not allowed to upload it because of its security. My question is, is there any way to get the browser to return the file locatio...
asked by 06.07.2017 / 15:59
1
answer

Uploading image inside repeater C # asp.net

Hello, I'm new here and I need some help. I already researched the net and the solutions I found do not work. I have an image gallery editing screen, made with a repeater, on each image listed I have a button that opens an Ajax modalpopup with a...
asked by 06.06.2017 / 18:33