문제

Hi I have got a problem with my upload button due to the file size being to big. But I am trying to find the .htaccess file to see if I can change the max_upload_size. I have changed this within the php.ini file, but just wanted to make sure that the .htaccess file isn't overiding the php.ini file.

The server that I am currently hosting it on is windows server 2008 R2 and the file directory is within the c$\inetpub\wwwroot\Classroom.

도움이 되었습니까?

해결책

.htaccess-files are a Apache web server specific thing, it does not apply on IIS.

You can check the reported value of max_upload_size by creating a file with <php phpinfo(); in it and check what the value is.

What message/error are you getting when trying to upload? Try to find relevant information in the IIS logs.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top