php upload permissions/settings
I have a php upload script that would occasionally be handy, I have used it in the past but it isn't able to write files to the upload directory
The directory is writeable and the file should have permission to write there, but I seem to recall having to change or add some setting in php itself to allow php to write to disk ... and I can't remember what that was
I'm hoping someone here might have an idea as to what I need to change
Also phpinfo shows an upload limit of 2M, how can I change that?
|