i think phpbb need two ability in attachment tools
1- attachment password ( means = create a password for download a file for special memebers ).
2- multi file upload ( an ability for multi upload attachment ).
Thank u.

something like thatToonArmy wrote:You can upload multiple attachments. As to attachment passwords, use permissions.
Can you provide some use cases for this feature?Meis2M wrote:1- attachment password ( means = create a password for download a file for special memebers ).
Yes, uploading multiple files without having to reload the page (using AJAX or even just plain JS to add a new file input field) would greatly improve the user experience. For example when uploading a ton of photos.Meis2M wrote:2- multi file upload ( an ability for multi upload attachment ).
Further more that little page refresh is confusing for some users.eviL3 wrote:Yes, uploading multiple files without having to reload the page (using AJAX or even just plain JS to add a new file input field) would greatly improve the user experience. For example when uploading a ton of photos.
AgreedStoker wrote:Further more that little page refresh is confusing for some users.eviL3 wrote:Yes, uploading multiple files without having to reload the page (using AJAX or even just plain JS to add a new file input field) would greatly improve the user experience. For example when uploading a ton of photos.
To me it just a bit annoying, but I agree with you.