What is the reason why npc creates a file .ebextensions. instead of a folder .ebextensions.
I try to use excec and mkdir simple .ebextensions. Command and it does not work.
ncp('package.config', './build/.ebextens...
Good morning programmers ("the magicians"). I'm going to the following: I need to create files on the SD card, whenever I try to create it ends up creating it in the memory of the phone and not in the external SD. My code is as follows:
String...
From the database I'm getting ip and id , and when I want to create a folder and put the ip as the name I get undefined and the folder is created but with the name undefined, inside of that folder I am creating a photo and th...
I have the following code to save files in php, it works correctly, I create the route with the corresponding id well
$permitidos = array("application/pdf");
$limite_kb = 8360;
if(in_array($_FILES["acta"]["type"],...