Re: [PHP] PHP File Uplaod Path

2001-02-08 Thread Ankur Verma
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

Re: [PHP] PHP File Uplaod Path

2001-02-08 Thread Shane McBride
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

Re: [PHP] PHP File Uplaod Path

2001-02-07 Thread Michael Hall
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