0
Is there any difference in the time of recovering the Input File in Bootstrap for common HTML? I’m using the following code:
and retrieving/printing on the other page with echo $fileTamanho = $_FILES['file']['size'];
I have tried both with GET as by POST and gives the same error of
Undefined index: file in...
I use the same code in another project without the bootstrap and it works normally, someone knows what might be happening?
OBS: the other parameters I recover normally, only the input that error.