Hi every one
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.
AJAX Multiple File Upload
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.
If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
AJAX Multiple File Upload
Last edited by Meis2M on Wed Aug 25, 2010 6:27 am, edited 1 time in total.
Re: Attachment Password & Multiple File Upload
i agree ...
they may be needed !
they may be needed !
Re: Attachment Password & Multiple File Upload
You can upload multiple attachments. As to attachment passwords, use permissions.
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Attachment Password & Multiple File Upload
What he means is uploading multiple files at once without having to select each file in turn and without using a format like zip, which I think would be quite useful.
Something like http://digitarald.de/project/fancyupload/
A use case would be uploading 15 photos to a post.
I think it would be useful to have an option to download all attachments in a topic and an option to download all attachments in a post as well as a zip or another format.
Something like http://digitarald.de/project/fancyupload/
A use case would be uploading 15 photos to a post.
I think it would be useful to have an option to download all attachments in a topic and an option to download all attachments in a post as well as a zip or another format.
Re: Attachment Password & Multiple File Upload
something like thatToonArmy wrote:You can upload multiple attachments. As to attachment passwords, use permissions.
http://up.iranblog.com/Files2/84be0f5bd97b46a3a774.png
means first select some files and uploading together.
currently u can upload one by one.
Last edited by bantu on Sat Aug 14, 2010 3:01 pm, edited 1 time in total.
Reason: Removed [img]
Reason: Removed [img]
Re: Attachment Password & Multiple File Upload
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 ).
Re: Attachment Password & Multiple File Upload
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.
Re: Attachment Password & Multiple File Upload
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.
Re: AJAX Multiple File Upload
i changed the topic title to AJAX Multiple File Upload.
password attachment need a new topic...
so its better to talk a bout AJAX Multiple File Upload
password attachment need a new topic...
so its better to talk a bout AJAX Multiple File Upload
Re: AJAX Multiple File Upload
I would love to upload multiple files simultaneously.
I don't care about whether AJAX or not, but would like to specify multiple files, then click "upload" and have them all sent.
I should not require Flash, though.
Example implementations with code using jQuery
written as tutorial
fyneworks plugin
I don't care about whether AJAX or not, but would like to specify multiple files, then click "upload" and have them all sent.
I should not require Flash, though.
Example implementations with code using jQuery
written as tutorial
fyneworks plugin