Blackpearl
Starting Member
Thailand
35 Posts |
Posted - 18 July 2005 : 05:02:42
|
I'm uesd "Mikes File Attachement mod" and I changed "byteCount <= 80000" to "byteCount <= 500000" (5Mbyte). And when uploading. It's not done yet. It's was error becouse is take to much time!
I want to know. What size that you guy config for file size.
Thankyou
my code
select case extension case ".jpg", ".jpeg", ".gif", ".bmp", ".png", ".tiff" allowFile=true typeFile = 1 case ".zip", ".doc", ".xls", ".ppt", ".txt", ".pdf" allowFile=true typeFile = 2 case else allowFile=false end select
If allowFile and typeFile = 1 and byteCount <= 1024000 Then . . . ElseIf allowFile and typeFile = 2 and byteCount <= 5120000 Then . . . Else . . . End If
|
^_^....If you see me....you will love me....I"M SO HANDSOME....^_^
|
Edited by - Blackpearl on 18 July 2005 05:24:13 |
|