The following != to 100megs as your comment suggests:
fbase.SizeLimit = 10000000
This property is in bytes, 10000000 bytes is equal to:
80000000 bits
10000000 bytes
9765.625 kilobytes (abbreviated as KB or Kb*)
9.5367 megabytes (abbreviated as M or MB)
0.00931 gigabytes (abbreviated as G or GB)
0.000009 terabytes
0.0000000 petabytes
0.00000000 exabytes
For a convertor go to:
http://www.t1shopper.com/tools/calcu...onverter.shtml
To set a 100mb cap change your value to:
fbase.SizeLimit = 105000000
This set the value to:
840000000 bits
105000000 bytes
102539.062 kilobytes (abbreviated as KB or Kb*)
100.1358 megabytes (abbreviated as M or MB)
0.09779 gigabytes (abbreviated as G or GB)
0.000095 terabytes
0.0000001 petabytes
0.00000000 exabytes
BTW-;;;i might have some files that are more than 900 megs
Wow - very big files!!!
Wind is your friend
Matt