Re: [PHP] Opera broswer file upload

2002-03-14 Thread Jason Wong

On Thursday 14 March 2002 23:57, Vlad Kulchitski wrote:
 Also another question, my fileupload works everywhere (IE, Netscape) but
 Opera. Does Opera support it at all?

 My fileupload is very simple. It checks is the file is JPEG/GIF/BMP and
 then
 saves it, if not, gives an error message.

I use Opera 5.12 for uploads and have no problems.


What problems are you getting?

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk

/*
The more crap you put up with, the more crap you are going to get.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Opera broswer file upload

2002-03-14 Thread Andrey Hristov

This problem was fixed in the CVS.

Best regards,
Andrey Hristov

- Original Message - 
From: Vlad Kulchitski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 5:57 PM
Subject: [PHP] Opera broswer  file upload



Also another question, my fileupload works everywhere (IE, Netscape) but
Opera. Does Opera support it at all?

My fileupload is very simple. It checks is the file is JPEG/GIF/BMP and
then
saves it, if not, gives an error message.

Vlad


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Opera broswer file upload

2002-03-14 Thread Vlad Kulchitski

The message I get is that the file is invalid format...

I tested on Netscape 4.xx and Netscape 6.xx

tested on IE 4 through 5. Works fine.

I can paste the code I am using if you want to take a look.

Vlad

-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]] 
Sent: 14 ÂÅÒÅÚÎÑ 2002 Ò. 10:58
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Opera broswer  file upload

On Thursday 14 March 2002 23:57, Vlad Kulchitski wrote:
 Also another question, my fileupload works everywhere (IE, Netscape) but
 Opera. Does Opera support it at all?

 My fileupload is very simple. It checks is the file is JPEG/GIF/BMP and
 then
 saves it, if not, gives an error message.

I use Opera 5.12 for uploads and have no problems.


What problems are you getting?

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk

/*
The more crap you put up with, the more crap you are going to get.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Opera broswer file upload

2002-03-14 Thread Andrey Hristov

CVS is the code repository. The PHP code is developed by many programmers and the CVS 
is used to store the code.
CVS = concurent versioning systems. It is used to prevent race conditions when two or 
more programmers are writing/patching a code.
Also there are many other pretty things.
So when bug is reported it is patched in the CVS and after some time new version is 
released at some time.

Andrey

- Original Message -
From: Vlad Kulchitski [EMAIL PROTECTED]
To: Andrey Hristov [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 6:06 PM
Subject: RE: [PHP] Opera broswer  file upload



Andrey what is CVS?

- Original Message -

This problem was fixed in the CVS.

Best regards,
Andrey Hristov

- Original Message -
From: Vlad Kulchitski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 5:57 PM
Subject: [PHP] Opera broswer  file upload



Also another question, my fileupload works everywhere (IE, Netscape) but
Opera. Does Opera support it at all?

My fileupload is very simple. It checks is the file is JPEG/GIF/BMP and
then
saves it, if not, gives an error message.

Vlad


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Opera broswer file upload

2002-03-14 Thread Andrey Hristov

Look here for more info about file upload problems with Opera:
http://bugs.php.net/search.php?cmd=displaysearch_for=operax=0y=0

Andrey

- Original Message - 
From: Vlad Kulchitski [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, March 14, 2002 5:57 PM
Subject: [PHP] Opera broswer  file upload



Also another question, my fileupload works everywhere (IE, Netscape) but
Opera. Does Opera support it at all?

My fileupload is very simple. It checks is the file is JPEG/GIF/BMP and
then
saves it, if not, gives an error message.

Vlad


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Opera broswer file upload / MY CODE

2002-03-14 Thread Jason Wong

On Friday 15 March 2002 00:10, Vlad Kulchitski wrote:
 This is the code I am using for uploading:

 if(($userfile)  ($userfile != none))
 {

   $type=basename($userfile_type);

[snip]


Hmm, Andrey says the bug has been fixed and committed to the CVS. But looking 
at the bug reports there have been quite a number of fixes for Opera, and 
uploads against various versions of PHP.

So your best bet is to search at http://bugs.php.net for your particular 
version of php and see what comes up.


-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk

/*
He who hates vices hates mankind.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php