我试图使用angularJs和PHP上传文件,问题是当我尝试使用servername时我遇到了ERR_CONNECTION_ABORTED无法加载php文件的问题,但是adresse ip evrything工作正常,有什么建议吗?谢谢。 这是消息错误:
Failed to load resource:/php/ws_upload_file net::ERR_CONNECTION_ABORTED
15:01:00.628 controllers.js:1640 null
15:01:00.656 ionic.bundle.js:26799 TypeError: Cannot read property 'state_code' of null
at controllers.js:1641
at services.js:349
at processQueue (ionic.bundle.js:29132)
at ionic.bundle.js:29148
at Scope.$eval (ionic.bundle.js:30400)
at Scope.$digest (ionic.bundle.js:30216)
at Scope.$apply (ionic.bundle.js:30508)
at done (ionic.bundle.js:24829)
at completeRequest (ionic.bundle.js:25027)
at XMLHttpRequest.requestError (ionic.bundle.js:24978)
(anonymous) @ ionic.bundle.js:26799
答案 0 :(得分:0)
调用php函数gethostbyname($ hostname)首先获取服务器的ip地址,然后使用此函数调用的ip地址上传文件。一切都应该没问题!