Online Shopping : Computers : Programming : Languages : PHP : Common Problems : File Uploading

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 31 people (32%) answered Yes
Recently 2 of 10 people (20%) answered Yes

Entry

Where is a safe temp directory for uploading files in safe mode?

May 14th, 2000 18:19
Nathan Wallace, Richard Lynch


I think this is explained in the PHP Manual in the section on SAFE MODE.

You'll have to create the directory in your home dir (*NOT* your
web-tree) and give it permissions to allow PHP to write to it.