Is there any difference in time to recover the Input File file in Bootstrap for common HTML? I am using the following code:
and retrieving / printing on the other page with echo $ fileSize = $ _FILES ['file'] ['size'];
I tried both with GET and POST and got the same error as
Undefined index: file in ...
I use the same code in another project without the bootstrap and it works normally, does anyone know what may be happening?
NOTE: The other parameters I retrieve normally, only the input that gives error.