I figured out the problem with file uploading!
on comprofiler.html.php change line 246:
<form action="<?php echo sefRelToAbs("index.php?option=$option".getCBprofileItemid(true)); ?>" method="post" id="adminForm" name="adminForm" onsubmit="return submitbutton(this)">
to:
<form action="<?php echo sefRelToAbs("index.php?option=$option".getCBprofileItemid(true)); ?>" method="post" id="adminForm" enctype="multipart/form-data" name="adminForm" onsubmit="return submitbutton(this)">
and see attachment for updated package with my customize.php which includes my own image uploading script.
Attachment plug_cbcustomizetab_folder-ed6369caa64f5eba17e23ee23fa3f10c.zip not found
live working example:
smart-love.ca/index.php?option=com_comprofiler&task=userProfile&user=63
Post edited by: sstark, at: 2007/03/14 05:46