swfupload head javascript - Joomla! Forum - community, help and support
this should relatively simple not work.
i creating photo album using swfupload upload multiple photos.
i have read tutorial http://docs.joomla.org/creating_a_file_uploader_in_your_component.
i dont know how part head javascript, insert code? or should create new file?
can point me right direction. thanks.
i creating photo album using swfupload upload multiple photos.
i have read tutorial http://docs.joomla.org/creating_a_file_uploader_in_your_component.
i dont know how part head javascript, insert code? or should create new file?
can point me right direction. thanks.
ive got on head javascript part, insert view.html.php in top part , im figuring out write post_params:
{
"option" : "com_mycomponent",
"controller" : "mycontroller",
"task" : "mytask",
"id" : "'.$myitemobject->id.'",
"'.$session->getname().'" : "'.$session->getid().'",
"format" : "raw"
},
anyone can me? thanks
{
"option" : "com_mycomponent",
"controller" : "mycontroller",
"task" : "mytask",
"id" : "'.$myitemobject->id.'",
"'.$session->getname().'" : "'.$session->getid().'",
"format" : "raw"
},
anyone can me? thanks
Comments
Post a Comment