TheProjecter / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

file upload permissions #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Set up a user account with upload, create, and get permissions. When a
file is uploaded the default permissions assigned are 644 and the user
cannot download their own file they just uploaded.
2.
3.

What is the expected output? What do you see instead?
When you click on the file to download it, you get a server error page
(because they do not have the correct permissions).

I think the the permissions should be configurable in the initial creation
of the user account! or manually in the index.php file.

What version of the product are you using? On what operating system?
version 2.1 on a linux server.

Please provide any additional information below.

Original issue reported on code.google.com by HomeOpti...@gmail.com on 9 Nov 2008 at 7:14

GoogleCodeExporter commented 9 years ago
Issue resolved. Grab the latest /index.php from svn and set $default_perm.

Original comment by arzy...@gmail.com on 28 Feb 2009 at 1:22