Re: [Moin-user] Multiple file upload implementation

2014-08-13 Thread Thomas Waldmann
On 08/10/2014 12:05 PM, James Wilmot wrote: > Moin Moin! > > I have hacked together a multiple file upload implementation > (using https://github.com/blueimp/jQuery-File-Upload) Cool, I used the same stuff for another project (bepasty on github). > for my local usage on MoinMoin 1.9.X, but I w

Re: [Moin-user] Multiple file upload implementation

2014-08-11 Thread James Wilmot
Sorry Takeo if you deliberately meant to take this off list! > Could it be possible to > implement it on both? I haven't seen the attachment functionality in MoinMoin 2.X, but if it is anything like a 'normal' form file upload it should actually be *relatively* trivial to shoehorn this function

[Moin-user] Multiple file upload implementation

2014-08-10 Thread James Wilmot
Moin Moin! I have hacked together a multiple file upload implementation (using https://github.com/blueimp/jQuery-File-Upload) for my local usage on MoinMoin 1.9.X, but I would be interested in polishing it and pushing it upstream. Questions: - 1.9.X seems to be feature stable at the moment,