Quote:
Originally Posted by VViper
Is there a limit on what size the files can be uploaded?
I often find VB to be a pest when it comes to big files?
Can the files be stored in the filesystem and not the VB database?
|
1. It depends on your php.ini configuration. You can also set the limit in options, but that does no good if your php.ini is set too small.
2. The files are only stored in the filesystem.
AJ