By ronron on Friday, 10 November 2017
Posted in General
Replies 1
Likes 0
Views 553
Votes 0
hi

can i get the code used for the upload button in the file upload buttons such as the one used for hikashop, photos and files?

im trying to make an app using Android and clicking on the button does not do anything

thanks
You can take a look following files how we do it for that hikashop app upload button.

JoomlaFOlder/media/com_easysocial/apps/user/hikashop/themes/default/story/panel.form.php (display upload button)
JoomlaFOlder/media/com_easysocial/apps/user/hikashop/story.js (check for this data attribute 'data-hikashop-file-id' to preform an action from the upload controller method)
JoomlaFOlder/media/com_easysocial/apps/user/hikashop/controllers/hikashop.php (upload method)
JoomlaFOlder/media/com_easysocial/apps/user/hikashop/hikashop.php (onBeforeStorySave method)
·
Saturday, 11 November 2017 10:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post