The default file upload path is the Temporary directory of your system.
But the problem that I percieve in your case is that when PHP uploads the
file, it gives it a temporary file name ( such as /tmp/shsgtW ). if you are
loooking to store the files in an intelligent manner, I would suggest that
Dhaval,
You really do not nee to be concerned about the temp directory, but if you
are, you can wite a little script (if your not the sysadmin) to find this
out. Actually it tells you a ton of useful info. Here it is:
Name it phpinfo.php or whatever you like, upload it to the server and view
i
On Wed, 7 Feb 2001, Dhaval Desai wrote:
> Hi!
>
> I need help with uploading files with php.
> What is the default directory where the files are
> uploaded..?
/tmp ... file name is php(n) where 'n' is an incrementing number
> I want to specify a particular directory where the
> files have to
3 matches
Mail list logo