RE: [PHP] Cannot upload JPEG only

2002-04-04 Thread Carl Schmidt
MP3_ > Add.php > > not very secret, now 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: T

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

RE: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
-advantage.com/updateAdmin/MP3_Add.php > Dev: > https://skunkWerkz.hosting-advantage.com/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 cod

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
://skunkWerkz.hosting-advantage.com/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

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 f

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 s

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
ote: > Very strange... 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&

Re: [PHP] Cannot upload JPEG only

2002-04-03 Thread Carl Schmidt
the tag look like this: > > enctype=\"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

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 t

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 wro

Re: [PHP] set browser timeout

2002-04-02 Thread Carl Schmidt
problems" in the subject line it may get ignored. 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]

[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