Need help with flash upload component. - Joomla! Forum - community, help and support
hi guys,
fairly new joomla development , having troubles, not joomla cant figure out great.
i have basic file uploader component users upload , share files. basic nothing fancy. want use flash uploader files uploading can 12-15mb high quality pdf artwork. want flash can have progress bar. problem once file uploaded flash needs call action manage uploaded file, works fine directing function in component no problems there, action manages file want send email user link
$user =& jfactory::getuser();
echo $user->email;
doesn't work within function, im guessing because function being accessed directly flash file , not through joomla , cannot figure out way work. if access function through joomla visiting task works fine.
so can me little issue? if need more info ask.
cheers nath
fairly new joomla development , having troubles, not joomla cant figure out great.
i have basic file uploader component users upload , share files. basic nothing fancy. want use flash uploader files uploading can 12-15mb high quality pdf artwork. want flash can have progress bar. problem once file uploaded flash needs call action manage uploaded file, works fine directing function in component no problems there, action manages file want send email user link
$user =& jfactory::getuser();
echo $user->email;
doesn't work within function, im guessing because function being accessed directly flash file , not through joomla , cannot figure out way work. if access function through joomla visiting task works fine.
so can me little issue? if need more info ask.
cheers nath
you include file of class. search in joomla file classe jfactory
or inclure config file of joomla create connection the
database self. there nothing wrong doing that.
or inclure config file of joomla create connection the
database self. there nothing wrong doing that.
Comments
Post a Comment