Quote:
Originally Posted by Lindsey
Could someone please tell me if this will work for files lets say over 100+Mb and is it ready for 3.7 RC 4?
Thank you,
|
It will be fully ready with the 3.7 RC4 CSRF fix this weekend (unless something goes badly wrong

). I think the current beta code will also be fine with RC4, except that does not have the CSRF fix in it.
The standard uploading code works with any size of file, provided that your php and other site settings are adequate (max_post_size, etc). However, large form based uploads tend to be problematic - this is not an LDM problem, it's inherent in the method.
The swfupload 'extra' gives you a progress bar and better recovery handling for large diagnostics. According to the information provided via Adobe, etc, it should only work up to 100Mb, however, I (and others) have found that it works fine with bigger files. Again, you have to have the php settings correct.