PhpStorm built in webserver cannot upload files

自闭症网瘾萝莉.ら 提交于 2019-12-13 05:24:40

问题


I'm trying to make a script for uploading a image in PhpStorm. The problem is that when I submit the form the page just keeps loading and from that point on something happens with the webserver because I can't load any page, so I have to restart the PhpStorm to make it work again. The script works fine with apache. Does anyone know what is the problem? Is it some kind of limitation of the built in webserver?

I tried this one: http://www.w3schools.com/php/php_file_upload.asp also, and doesn't work either.

来源:https://stackoverflow.com/questions/28261842/phpstorm-built-in-webserver-cannot-upload-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!