Re: PHP question RH Linux ---a bit ot---

2003-11-06 Thread Greg Rundlett
On linux systems, /tmp will automatically be used I believe. Anyway, you don't even need to know where the temp location is. You should use the $_FILES super global to access and manipulate the uploaded file. Also, you can set the MAX_FILE_SIZE in a hidden form field to tell PHP what limit

Re: PHP question RH Linux ---a bit ot---

2003-11-06 Thread Erik Price
On Thursday, November 06, 2003, at 03:10PM, Greg Rundlett [EMAIL PROTECTED] wrote: Anyway, you don't even need to know where the temp location is. You should use the $_FILES super global to access and manipulate the uploaded file. Greg's right. Also, you can set the MAX_FILE_SIZE in a