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?
How to upload images in web context (frontend) without reloading the page in modx
Share
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