Permission

See all posts See thread Reply

Re: Permission new!
by colin, 16 years, 9 months ago
The class doesn't have such a feature.

In fact, this can be done after the upload, just using PHP'chmod() function.

But it also depends on the permissions that are set for PHP on your server, as well as the permissions on the directory.

I might include in the class a setting to chmod uploaded files, for for obvious security reason, it will default to 644.Reply