phpBB GSoC Project- Attachment Improvements
Multiple file upload presently implemented. Screenshot from my localhost.
My free hosting at rahulr92.x10.mx is currently acting up. I will upload the phpbb installation as soon as they fix it or I get hold of a new hosting service. (planning to buy myself a domain-name and some server space).
The present integration with plupload is quite priliminary. The main objective was to test:
- multiple uploads
- upload progress and queue
- chunking of large files
The upload to the files/ directory is presently being performed by plupload. I plan to completely integrate plupload with phpBB and provide the present uploader as a fallback mechanism. Also, an option to add comments to each file will have to be added.