Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Progress bar for Attachments 2 (and large uploads)
Hey everyone, this is my first time posting to the Lussumo official boards... I've got my own installation of Vanilla going and so far it's by far the best and most easily customizable board I've ever used (and I've gone through quite a few) - here's my dilemma:
I want to use my forum to give budding musicians the ability to make posts and upload mp3s of their tracks so other people can listen easily - I've got more than enough server space and bandwith to accomodate this, but unfortunately when I try to upload a large file (6 mB) Vanilla spits out an error and nothing happens. I was wondering if anyone else has run into this problem? I've looked up about problems with uploading large files with PHP (I've seen it done before, so I know it's possible), and I know there are classes out there for the implementation of an upload progress bar, but most of it is greek to me, so I figured I'd check her before going any further.
Any comments would be appreciated.
0
This discussion has been closed.
Comments
Notice: Trying to get property of non-object in Vanilla.Control.CommentGrid.php
Notice: Trying to get property of non-object in comments.php
I see creativecomponent had the same problem in this thread
There are a few classes out there for giving PHP uploads a progress bar, here and this one seems much better... asynchronous uploading, but it requires a perl script... not sure if there are any better solutions
File upload progress meter for PHP 4 at last
The upload progress extension for PHP 5.2 can be found here : http://pecl.php.net/package/uploadprogress
There seems to be other ports too - follow links in this example : http://bluga.net/projects/uploadProgressMeter/