Questions tagged as 'archivo'

1
answer

Prestashop. Forbidden when trying to download a file

I'm developing a module to upload files to the downloads folder of Prestashop and even there all right. The problem is when trying to download any of these files, which gives me the following error: Forbidden You do not have permission to a...
asked by 25.09.2017 / 17:49
1
answer

Error file in C

I'm doing a simple text file exercise, but it turns out that I miss the message "The program stopped working" and I do not know why, I do not see anything strange. The error jumps to put the year of the date of birth. Code: #include <std...
asked by 02.09.2017 / 18:02
0
answers

get file location taking uri

I have implemented the following code to locate a file, and everything works fine until I select with the selector that brings the Android, which then returns null. public void selectFile() { Intent chooseFile; Intent intent; ch...
asked by 11.07.2017 / 18:01
1
answer

Angular2 Module Http upload file support FormData

I need to upload a file in angle 2 but without having to convert it to base64 and send it as a string, somebody knows if the angular / http library supports FormData to be able to upload a file, if not, that another alternative I have. Gree...
asked by 26.06.2017 / 21:28
1
answer

How to open a pdf file with Django?

I'm new to Django, I'm using Windows 7, Django 1.11 and Python 2.5.2, I need to open a PDF file from the local disk, when I click on a button How can I achieve that action? Thanks     
asked by 09.06.2017 / 22:32
1
answer

Check if the storage of the image path was correct in codeigther

I need to upload or store some files, which I keep the path in the database and that file I send to a folder with a main route. The error comes when I upload my file, it saves me but it does not check that it is really good, for it I put it that...
asked by 04.09.2017 / 08:13
0
answers

File modification

This is the first time that I post in this place, I am a beginner in this of java and I had a small inconvenience when wanting to make a file modification. Well, what happens is that I want to make a file modification sending a window's label...
asked by 29.05.2017 / 22:05
0
answers

Read the csv file and delete it in C

Yesterday they helped me to read a csv file and remove commas (THANK YOU) now they have asked me to delete the contents of this file, they told us that the content could be loaded in an array and from there to erase the data and redo the file bu...
asked by 03.05.2017 / 06:40
0
answers

Recover Files from the SQL Server Database

Context This is the Structure of my Project: By clicking on the DatagridView the "Id", the name, and the extension are stored in variables that go as parameters to the functions In the form, what I want is only to keep it in t...
asked by 28.03.2017 / 01:55
1
answer

Protect important Java program files

Greetings .. Well this is my last one ... I am developing a project in Java, although this will apply to any language, the point is that, when I distribute my system which works with files that I do not send to the database, but I think .txt...
asked by 15.03.2017 / 17:11