RE: [PHP] Cannot upload JPEG only

2002-04-04 Thread Carl Schmidt
that you've told everyone :) anyway - do you have any .htaccess directives in one directory, you don't have in the other? -Original Message- From: Carl Schmidt [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 3:39 PM To: Miguel Cruz Cc: Bob; [EMAIL PROTECTED] Subject: Re: [PHP

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
I can initaite an upload from the browser. However, once the php acript attempts to process the uploaded file, it failswhen I test for is_uploaded_file. i also printed out the value of tmp_name and it was set to none. Carl On Wed, 3 Apr 2002, Miguel Cruz wrote: On Wed, 3 Apr 2002, Carl

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
No I haven't. Right now, it's uploading via a simple form POST. I can initiate the upload , but when I have the php process the file, it fails on the first test for is_uploaded_file, and tmp_name is none. The thing is though, Iam only unable to upload gifs and jpegs, but yet i can upload other

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
=\multipart/form-data\ The enctype is the part I'm wondering about.. The action and method would be your own or course.. Later, Bob - Original Message - From: Carl Schmidt [EMAIL PROTECTED] To: Bob [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 8:12 PM

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
... What environment are you runnign PHP? Do you have any spaces in the file names or the file names named in a funny format? /dkm - Original Message - From: Carl Schmidt [EMAIL PROTECTED] To: Bob [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 03, 2002 10:12 PM Subject

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
Thank you for the code snippets. Unfortunately the problem is that I can'tget far enough to process the file. When the php script that supposed to process the file tests with is_uploaded_file, it fails. In addtion, the $HTTP_POST_FILE['userfile']['tmp_name']=none. So i can't process anything

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
I copied index.html to index.gif, and it uploaded fine as index.gif to the appropirate directory. Carl On Wed, 3 Apr 2002, Miguel Cruz wrote: On Wed, 3 Apr 2002, Carl Schmidt wrote: Thank you for the code snippets. Unfortunately the problem is that I can'tget far enough to process

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
/superSecretTesting/updateAdmin/MP3_Add.php Carl On Wed, 3 Apr 2002, Miguel Cruz wrote: On Wed, 3 Apr 2002, Carl Schmidt wrote: Thank you for the code snippets. Unfortunately the problem is that I can'tget far enough to process the file. When the php script that supposed to process the file tests

RE: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
and it looks as if when I go through https://www.imperialthrust.com/superSecretTesting/updateAdmin/MP3_Add.php, for some strange reason, jpegs and gifs are now able to be uploaded. It appears to be working, but I sure wish I knew why Carl -Original Message- From: Carl Schmidt [mailto

RE: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
Nevermind, I spoke too soon. Carl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] set browser timeout

2002-04-02 Thread Carl Schmidt
Is there an HTTP tag in the header that can be sent to tell the browser not to timeout? I found the HTTP spec page, but I'm not sure what to look for. Carl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] set browser timeout

2002-04-02 Thread Carl Schmidt
. Carl Rick Emery wrote: what do you mean timeout? What is timing out? -Original Message- From: Carl Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:25 AM To: [EMAIL PROTECTED] Subject: [PHP] set browser timeout Is there an HTTP tag in the header that can