Discusman
03-20-2005, 09:15 PM
I am experiencing problems with ASP and NetScape.
The problem only occur when I am using NetScape.
Here is the IF statement in my ASP code:
If (strFileType="image/pjpeg") and (cInt(strFileSize<"999999")) Then
Do A
Else
Do B
End If
I uploaded a .jpg file and file size is less than 90kb and the code wouldn't let me upload. The code would bring me right to "Do B"
It seems the IF statement isn't working properly.
Again, everything works fine when I'm using IE..
I'm using NetScape 7.2 which it is the latest version of NetScape.
Could anyone help? Thanks.
The problem only occur when I am using NetScape.
Here is the IF statement in my ASP code:
If (strFileType="image/pjpeg") and (cInt(strFileSize<"999999")) Then
Do A
Else
Do B
End If
I uploaded a .jpg file and file size is less than 90kb and the code wouldn't let me upload. The code would bring me right to "Do B"
It seems the IF statement isn't working properly.
Again, everything works fine when I'm using IE..
I'm using NetScape 7.2 which it is the latest version of NetScape.
Could anyone help? Thanks.
