Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Joseph Koenig
I am still unable to get this to work. I'm into my 2nd full day of messing with this and I'm still no further. Is anyone familiar with the product FileUp by SoftArtisans? Apparently it provides file upload capabilities for ASP. Is there any chance this is interfering with my file uploads from PHP,

Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Thomas Juntunen
On Thu, 01 Nov 2001 13:25:27 -0600, Joseph Koenig <[EMAIL PROTECTED]> wrote: >> I've been working on this all day and still am no further than I was >> this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is >> set to "F:\PHP\uploadtemp", which is right where it should be. When I

Re: [PHP-WIN] File Upload on Win2K

2001-11-02 Thread Bryant Brabson
Koenig <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >MIME-Version: 1.0 >To: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit >Subject: Re: [PHP-WIN] File Upload on Win2K > >I've been working on this all day and still a

Re: [PHP-WIN] File Upload on Win2K

2001-11-01 Thread Joseph Koenig
I've been working on this all day and still am no further than I was this morning. I'm pulling my hair out. In php.ini, the upload_tmp_dir is set to "F:\PHP\uploadtemp", which is right where it should be. When I upload a file, if I echo it, I get the path to the file, however, when I go into the s

[PHP-WIN] File Upload on Win2K

2001-11-01 Thread Joseph Koenig
Hi, I know this is a question asked all the time and but this one's got me confused. I'm attempting to have a form upload an image. Simple enough. The file gets moved up to the temp directory just fine. If I echo the file, I get something like "F:\PHP\uploadtemp\php56.tmp", which is right where i