[RFC] Multiple file uploads
Re: [RFC] Multiple file uploads
How gracefully does it go when the user does not have js?
Re: [RFC] Multiple file uploads
handing over all the responsibility to fyorl, take it home buddy
There is a text here !
- Fyorl
- Google Summer of Code Student
- Posts: 27
- Joined: Mon Apr 02, 2012 4:51 am
- Location: UK
- Contact:
Re: [RFC] Multiple file uploads
Thank you very much. Do you have a git branch I can clone for this?
Re: [RFC] Multiple file uploads
My preference is to implement only html5 in phpbb if this works on all current browsers, with a falback to html4 (existing behavior in 3.0).Oleg wrote:So then we don't need any of flash/silverlight/whatever bits at all, and can just go with html5 exclusively?
- Fyorl
- Google Summer of Code Student
- Posts: 27
- Joined: Mon Apr 02, 2012 4:51 am
- Location: UK
- Contact:
Re: [RFC] Multiple file uploads
I agree, Flash is dead and Silverlight was never alive to begin with. Everything can be done with pure HTML5 now (chunked upload, streamed upload, image resizing etc.).Oleg wrote:My preference is to implement only html5 in phpbb if this works on all current browsers, with a falback to html4 (existing behavior in 3.0).
Re: [RFC] Multiple file uploads
http://www.plupload.com/punbb/viewtopic.php?id=1685 was the plupload vulnerability.
If we only use html5 would we be vulnerable to flash vulnerabilities like this?
If we only use html5 would we be vulnerable to flash vulnerabilities like this?
- Fyorl
- Google Summer of Code Student
- Posts: 27
- Joined: Mon Apr 02, 2012 4:51 am
- Location: UK
- Contact:
Re: [RFC] Multiple file uploads
That vulnerability exists in the compiled SWF file, therefore if we do not use the SWF at all then there should be no vulnerability.
Re: [RFC] Multiple file uploads
html5 is not available in all browsers as of now. I say we include flash and/or silverlight in the package and let the admins choose the preferred framework. It is just a matter of including a string in it's configuration.
@fyorl, I had made a branch on github for this project, will update it with some more commits, you can dig up from there. And I suggest you do not use the plupload github source, but their stable release package.
@fyorl, I had made a branch on github for this project, will update it with some more commits, you can dig up from there. And I suggest you do not use the plupload github source, but their stable release package.
There is a text here !
Re: [RFC] Multiple file uploads
Which browsers currently support everything we want via html5?