访问 zen cart 中的 .php 文件
我正在编写一个脚本来上传文件,我需要通过 AJAX 访问文件 /includes/templates/mytemplates/myupload.php 文件,但如果我尝试在 zen cart 中访问它,它会给出 500 服务器错误,但我没有有权访问此类文件。
还有出路吗?
I'm writing a script to upload files and i need to access a file /includes/templates/mytemplates/myupload.php files through AJAX but if I try to access it in zen cart it gives out 500 server error that I don't have permission to access such files.
Is there any way out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要将通用代码移动到可以放入购物车主目录(与includes目录和index.php所在目录相同的目录)中的文件中。
You'll probably need to move the common code to a file you can put in the cart's home directory (the same directory where the includes directory and index.php live).