Questions tagged as 'upload'

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
0
answers

Upload file with ajax ie8

I have a multipart-formdata form where I need to send the file for processing in C #. The code below works in IE11 and Chrome. var formData= new FormData(); var planilha = document.getElementById("planilha").files[0]; //formData.append("pl...
asked by 11.09.2017 / 22:51
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

Multiplus input upload

I would like to add more input files dynamically. I want to be able to add more images and put a caption for each image. without a limit for uploads.     
asked by 10.08.2017 / 21:22
0
answers

Uploading Android files

I made an application where I select a photo from the album and load it into an imageView. Now I need to do a function to upload that same image to my FTP online. I'm seeing n examples and nothing works. Could you help me?     
asked by 09.08.2017 / 02:49
1
answer

upload php problem

Can anyone tell me why the file is not being received in the destination folder? private $id; private $entrada; private $saida; private $status; public function __construct($bd) { $this->bd = $bd; } public function construirOb...
asked by 02.08.2017 / 02:32
1
answer

Image Upload with Firebase and React Native using RN Image-picker

I'm using the react-native-image-picker component to capture an image that should be saved in the firebase. I'm using the following code: firebaseApp.storage().ref('/images/').child('teste') .putString(response.data, 'ba...
asked by 30.06.2017 / 17:15
0
answers

How to create an upload system that creates and modifies the html

I'm trying to create an online library, I found an open-source solution that puts the pdf in the folder and changes the address in index.html. When you do this it will create a pdf viewer. Is there any way I can create an archive (php, html, any...
asked by 20.06.2017 / 20:04
1
answer

Saving the File Path in the Bank

I'm having a question I'd like to know with saving the path of images and files I'm uploading currently I save those files to a folder but I'd also like to have the path in the database how can I do this. Well, the controller I use to upload t...
asked by 07.06.2017 / 15:22
1
answer

How to use my ASP site (via Script) to upload a txt that is on another server by FTP address?

Can anyone help me to do an asp script to upload using my site in asp from a txt file by an ftp address from any other server?     
asked by 05.06.2017 / 16:56