The official upload limit for the flash player is 100MB (see livedocs: flash.net.FileReference.upload()), but flash is known to send much bigger files successfully. Adobe just doesn't guarantee that it will work. Try searching the list archives for what people have gotten away with because this topic has been brought up before. And as William mentioned, your server side technology might create an additional limit.
- Dan Freiman On 8/27/07, Abyss Knight <[EMAIL PROTECTED]> wrote: > > What kind of server side technology are you using? I think Apache and > PHP default between 8 and 12mb, but you have to also take into account > the script timeout of 30 seconds. If you're using IIS, the same kind > of limitation applies. Though, I can't speak on LCDS or the like. > > - William > > --- In [email protected] <flexcoders%40yahoogroups.com>, > grimmwerks <[EMAIL PROTECTED]> wrote: > > > > Is the max filesize 100 megs? Testing upload functionality and it > > seems to be working, but I'm testing the max size, and huge files > > (224megs) report that they upload but then they're not there on the > > server... > > > > >

