Ajmal Salim
New member
Hi,
I am trying to add an upload image feature for my addon. Is there any tutorials or references on how to upload a file using Xenforo Admin panel?
I have found this and helped me to complete the Admin Template and Controller. But upon using this code, I am always getting false from
I am trying to add an upload image feature for my addon. Is there any tutorials or references on how to upload a file using Xenforo Admin panel?
I have found this and helped me to complete the Admin Template and Controller. But upon using this code, I am always getting false from
Code:
$uploadItemImage = XenForo_Upload::getUploadedFile('imagename');