0
I have the following code:
$info = getimagesize($this->tmp_name);
When analyzing the variable $info, I found that it was blank.
- I checked that the GD library was installed.
- I checked the write permissions in the folders.
- I checked the variable
$this->tmp_name
, its value was C: Windows Temp php85CD.tmp - I checked that the directive open_basedir was different: *D: Inetpub vhosts meusite.com httpdocs* (shouldn’t be C: Windows Temp\?)
If not, what might be the problem since the upload doesn’t work?
I checked the environment and it is Windows Server/IIS. It will be some limitation/configuration because it is not Apache?
– Filipe Moraes