![]() ![]() | ![]() |
version 1.499, 2004/05/10 23:18:27 | version 1.500, 2004/05/11 06:49:58 |
---|---|
Line 1325 sub finishuserfileupload { | Line 1325 sub finishuserfileupload { |
} | } |
# Save the file | # Save the file |
{ | { |
&Apache::lonnet::logthis("Saving to $filepath $file"); | #&Apache::lonnet::logthis("Saving to $filepath $file"); |
open(my $fh,'>'.$filepath.'/'.$file); | open(my $fh,'>'.$filepath.'/'.$file); |
print $fh $ENV{'form.'.$formname}; | print $fh $ENV{'form.'.$formname}; |
close($fh); | close($fh); |