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 ther

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=display&search_for=opera&x=0&y=0 Andrey - Original Message - From: "Vlad Kulchitski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 5:57 PM Subject: [PHP] Opera

Re: [PHP] Opera broswer & file upload

2002-03-14 Thread Andrey Hristov
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

2002-03-14 Thread Vlad Kulchitski
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 simp

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 everyw

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.