Follow-up Comment #4, sr #841 (project savane):
Thanks for the feedback, I was able to get everything working OK. My
reference to the package command was related to the default add.php page
which basically provides command syntax for uploading files via the shell:
echo '<br /> # package '.$input_file;
echo '<br /> mkdir -
I assumed that the line of code above was referring to a command called
package because i did not see the # in front of it - doh:).
Another quick question: If I want group members other than project admin to
be able to upload what do I need to add to php code? I'm using $group_id as
hidden input to upload form and have the following verification in upload
page.
$project=project_get_object($group_id);
if ($group_id) {
if (member_check(0,$group_id)) {
site_project_header(array('title'=>_("Add Release"),
'group'=>$group_id,
'toptab'=>'download'));
I'm guessing that member_check value needs to be adjusted to allow other
users but not sure what value it needs to have to allow all group members or
a subset of members.
Thanks again,
Paul
_______________________________________________________
Reply to this item at:
<http://gna.org/support/?func=detailitem&item_id=841>
_______________________________________________
Message sent via/by Gna!
http://gna.org/