IIS Error 401 when sending image to iis directory with php

1

I'm having a problem with uploading images. I have a php script that sends an image to a folder on iis as it is used by asp scripts. but every time I do this send and try to open the image in the browser is returned error 401. if sent by script in asp it works.

But I need to be sent by php.

    
asked by anonymous 28.10.2016 / 00:37

1 answer

0

I was able to solve the problem, I changed the temporary upload directory to a folder with windows permissions in php.ini.

link

    
31.10.2016 / 14:09