如何在 modx Revolution 中上传图像而不重新加载页面
如何在 Web 上下文(前端)中上传图像,而无需在 modx Revolution 中重新加载页面?我正在尝试使用 fileupload
extra 来上传图像,但它正在重新加载页面。有人可以帮我吗?
How to upload images in web context (frontend) without reloading the page in modx revolution? I am trying to use fileupload
extra for uploading images but it is reloading the page. Can anyone help me, please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
终于我得到了答案。我们可以通过使用简单的 php 代码和一个小的 javascript 来完成此操作,而无需使用 FILEUPLOAD 插件。
php 代码:-
对于其他 javascript 和所有你可以参考以下链接:-
http://www.9lessons.info/2011/08 /ajax-image-upload-without-refreshing.html
finally i got the answer. we can do it without using FILEUPLOAD addon by using the simple php code and a small javascript..
php code:-
for other javascript and all u can refer the below link:-
http://www.9lessons.info/2011/08/ajax-image-upload-without-refreshing.html