> Has anybody tried to modify #upload to support upload of multiple files?
> Simple adding of {multiple, 'multiple'} to element_upload:render_element()
> doesn't work ;-)
> Thanks,
> Milan
> --
> You received this message because you are subscribed to the Google Groups
> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nitrogenweb/-/ltzuiwAeqooJ.
> To post to this group, send email to nitrogenweb@googlegroups.com.
> To unsubscribe from this group, send email to
> nitrogenweb+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nitrogenweb?hl=en.
-- Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
Droppable is currently unreliable. It was working for a while, then I
didn't touch it, now it's not. At least it's not working properly on
linux chrome.
>> It'll support drag and drop of files, multiple files, and little
>> progress bars next to the uploads - similar to the gmail interface.
>> There are still a few little bugs in there, but the uploading works just
>> fine :)
>> -Jesse
> --
> You received this message because you are subscribed to the Google Groups
> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nitrogenweb/-/anEKY4S5NeIJ.
> To post to this group, send email to nitrogenweb@googlegroups.com.
> To unsubscribe from this group, send email to
> nitrogenweb+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nitrogenweb?hl=en.
-- Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
I have tried it and with some typo fixes it works! I sent a pull request to your github.
There is one bug I would like to fix: When you select more files there is no message about number of selected files (or that anything was selected) in the input box.
When I added multiple property to the master at least the message was shown correctly.
> Droppable is currently unreliable. It was working for a while, then I > didn't touch it, now it's not. At least it's not working properly on > linux chrome.
Now to just finish up all the little things with the uploading
(getting drag and drop working again) - it's so silly that that's
still not just a simple built-in function of the browser, but at least
the the File API is a step in the right direction.
<milan.svobod...@gmail.com> wrote:
> I have tried it and with some typo fixes it works! I sent a pull request to
> your github.
> There is one bug I would like to fix: When you select more files there is no
> message about number of selected
> files (or that anything was selected) in the input box.
> When I added multiple property to the master at least the message was shown
> correctly.
> Any idea?
> Milan
> On Wednesday, May 30, 2012 11:21:42 PM UTC+2, Jesse Gumm wrote:
>> Droppable is currently unreliable. It was working for a while, then I
>> didn't touch it, now it's not. At least it's not working properly on
>> linux chrome.
>> -Jesse
> --
> You received this message because you are subscribed to the Google Groups
> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nitrogenweb/-/HaWhgBwHwlQJ.
> To post to this group, send email to nitrogenweb@googlegroups.com.
> To unsubscribe from this group, send email to
> nitrogenweb+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nitrogenweb?hl=en.
-- Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
With that change merged I enabled droppable and it shows selected files and progress bar; that's perfect :-) And even drag and drop works! At least in chromium.
But it still shows a "No file chosen" in input[type=file] element. How to get rid of it?
On Thursday, May 31, 2012 6:51:05 AM UTC+2, Jesse Gumm wrote:
> Thanks for the fix, Milan!
> I've merged your change.
> Now to just finish up all the little things with the uploading > (getting drag and drop working again) - it's so silly that that's > still not just a simple built-in function of the browser, but at least > the the File API is a step in the right direction.
On Thursday, May 31, 2012 10:43:48 AM UTC+2, Milan Svoboda wrote:
> With that change merged I enabled droppable and it shows selected files > and progress bar; that's perfect :-) > And even drag and drop works! At least in chromium.
> But it still shows a "No file chosen" in input[type=file] element. How to > get rid of it?
> Milan
> On Thursday, May 31, 2012 6:51:05 AM UTC+2, Jesse Gumm wrote:
>> Thanks for the fix, Milan!
>> I've merged your change.
>> Now to just finish up all the little things with the uploading >> (getting drag and drop working again) - it's so silly that that's >> still not just a simple built-in function of the browser, but at least >> the the File API is a step in the right direction.
On Fri, Jun 1, 2012 at 2:05 PM, Milan Svoboda <milan.svobod...@gmail.com> wrote:
> I created a pull request that fixes that.
> Milan
> On Thursday, May 31, 2012 10:43:48 AM UTC+2, Milan Svoboda wrote:
>> With that change merged I enabled droppable and it shows selected files
>> and progress bar; that's perfect :-)
>> And even drag and drop works! At least in chromium.
>> But it still shows a "No file chosen" in input[type=file] element. How to
>> get rid of it?
>> Milan
>> On Thursday, May 31, 2012 6:51:05 AM UTC+2, Jesse Gumm wrote:
>>> Thanks for the fix, Milan!
>>> I've merged your change.
>>> Now to just finish up all the little things with the uploading
>>> (getting drag and drop working again) - it's so silly that that's
>>> still not just a simple built-in function of the browser, but at least
>>> the the File API is a step in the right direction.
>>> -Jesse
> --
> You received this message because you are subscribed to the Google Groups
> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nitrogenweb/-/BOwj2-ZWsvAJ.
> To post to this group, send email to nitrogenweb@googlegroups.com.
> To unsubscribe from this group, send email to
> nitrogenweb+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nitrogenweb?hl=en.
-- Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
I've merged this into my current testing branch (along with a handful
of other rather significant pull requests), which is being loaded with
documentation and all the latest and greatest changes that, once I
feel good about the state of documentation and demos, will be merged
into the mainline branch for the official release.
On Fri, Jun 1, 2012 at 2:05 PM, Jesse Gumm <g...@sigma-star.com> wrote:
> Great! I'll give it a looksee and merge it.
> On Fri, Jun 1, 2012 at 2:05 PM, Milan Svoboda <milan.svobod...@gmail.com> wrote:
>> I created a pull request that fixes that.
>> Milan
>> On Thursday, May 31, 2012 10:43:48 AM UTC+2, Milan Svoboda wrote:
>>> With that change merged I enabled droppable and it shows selected files
>>> and progress bar; that's perfect :-)
>>> And even drag and drop works! At least in chromium.
>>> But it still shows a "No file chosen" in input[type=file] element. How to
>>> get rid of it?
>>> Milan
>>> On Thursday, May 31, 2012 6:51:05 AM UTC+2, Jesse Gumm wrote:
>>>> Thanks for the fix, Milan!
>>>> I've merged your change.
>>>> Now to just finish up all the little things with the uploading
>>>> (getting drag and drop working again) - it's so silly that that's
>>>> still not just a simple built-in function of the browser, but at least
>>>> the the File API is a step in the right direction.
>>>> -Jesse
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/nitrogenweb/-/BOwj2-ZWsvAJ.
>> To post to this group, send email to nitrogenweb@googlegroups.com.
>> To unsubscribe from this group, send email to
>> nitrogenweb+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/nitrogenweb?hl=en.
> --
> Jesse Gumm
> Owner, Sigma Star Systems
> 414.940.4866 || sigma-star.com || @jessegumm
-- Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
On Tuesday, June 12, 2012 3:46:58 AM UTC+2, Jesse Gumm wrote:
> I've merged this into my current testing branch (along with a handful > of other rather significant pull requests), which is being loaded with > documentation and all the latest and greatest changes that, once I > feel good about the state of documentation and demos, will be merged > into the mainline branch for the official release.
> On Fri, Jun 1, 2012 at 2:05 PM, Jesse Gumm wrote: > > Great! I'll give it a looksee and merge it.
> > On Fri, Jun 1, 2012 at 2:05 PM, Milan Svoboda wrote: > >> I created a pull request that fixes that.
> >> Milan
> >> On Thursday, May 31, 2012 10:43:48 AM UTC+2, Milan Svoboda wrote:
> >>> With that change merged I enabled droppable and it shows selected > files > >>> and progress bar; that's perfect :-) > >>> And even drag and drop works! At least in chromium.
> >>> But it still shows a "No file chosen" in input[type=file] element. How > to > >>> get rid of it?
> >>> Milan
> >>> On Thursday, May 31, 2012 6:51:05 AM UTC+2, Jesse Gumm wrote:
> >>>> Thanks for the fix, Milan!
> >>>> I've merged your change.
> >>>> Now to just finish up all the little things with the uploading > >>>> (getting drag and drop working again) - it's so silly that that's > >>>> still not just a simple built-in function of the browser, but at > least > >>>> the the File API is a step in the right direction.
> >>>> -Jesse
> >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group. > >> To view this discussion on the web visit > >> https://groups.google.com/d/msg/nitrogenweb/-/BOwj2-ZWsvAJ.
> >> To post to this group, send email to nitrogenweb@googlegroups.com. > >> To unsubscribe from this group, send email to > >> nitrogenweb+unsubscribe@googlegroups.com. > >> For more options, visit this group at > >> http://groups.google.com/group/nitrogenweb?hl=en.
> > -- > > Jesse Gumm > > Owner, Sigma Star Systems > > 414.940.4866 || sigma-star.com || @jessegumm
> -- > Jesse Gumm > Owner, Sigma Star Systems > 414.940.4866 || sigma-star.com || @jessegumm
Eventually I will replace the inplace_* events with the
implementations using inplace, however, I won't worry about it just
yet for the 2.1.0 release. A later smaller release will be refactored
to use inplace.
That said, would you be willing to do me a huge favor and write up a
documentation page for inplace?
Feel free to just copy one of the simpler documentation pages like
doc/elements/panel.org
No need to make the docs afterward, I'll make sure to give it a
once-over, but it would save me some time in documentation writing, as
I've been doing a ton of documentation writing for last minute changes
and am trying to get through as much as possible as quickly as
possible. Adding some of your own documentation would be wonderous.
<milan.svobod...@gmail.com> wrote:
> You are welcome!
> Are you going to replace inplace_textarea, inplace_textbox with inplace?
> Milan
> On Tuesday, June 12, 2012 3:46:58 AM UTC+2, Jesse Gumm wrote:
>> I've merged this into my current testing branch (along with a handful
>> of other rather significant pull requests), which is being loaded with
>> documentation and all the latest and greatest changes that, once I
>> feel good about the state of documentation and demos, will be merged
>> into the mainline branch for the official release.
>> On Fri, Jun 1, 2012 at 2:05 PM, Jesse Gumm wrote:
>> > Great! I'll give it a looksee and merge it.
>> > On Fri, Jun 1, 2012 at 2:05 PM, Milan Svoboda wrote:
>> >> I created a pull request that fixes that.
>> >> Milan
>> >> On Thursday, May 31, 2012 10:43:48 AM UTC+2, Milan Svoboda wrote:
>> >>> With that change merged I enabled droppable and it shows selected
>> >>> files
>> >>> and progress bar; that's perfect :-)
>> >>> And even drag and drop works! At least in chromium.
>> >>> But it still shows a "No file chosen" in input[type=file] element. How
>> >>> to
>> >>> get rid of it?
>> >>> Milan
>> >>> On Thursday, May 31, 2012 6:51:05 AM UTC+2, Jesse Gumm wrote:
>> >>>> Thanks for the fix, Milan!
>> >>>> I've merged your change.
>> >>>> Now to just finish up all the little things with the uploading
>> >>>> (getting drag and drop working again) - it's so silly that that's
>> >>>> still not just a simple built-in function of the browser, but at
>> >>>> least
>> >>>> the the File API is a step in the right direction.
>> >>>> -Jesse
>> >> --
>> >> You received this message because you are subscribed to the Google
>> >> Groups
>> >> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
>> >> To view this discussion on the web visit
>> >> https://groups.google.com/d/msg/nitrogenweb/-/BOwj2-ZWsvAJ.
>> >> To post to this group, send email to nitrogenweb@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> nitrogenweb+unsubscribe@googlegroups.com.
>> >> For more options, visit this group at
>> >> http://groups.google.com/group/nitrogenweb?hl=en.
>> > --
>> > Jesse Gumm
>> > Owner, Sigma Star Systems
>> > 414.940.4866 || sigma-star.com || @jessegumm
>> --
>> Jesse Gumm
>> Owner, Sigma Star Systems
>> 414.940.4866 || sigma-star.com || @jessegumm
> --
> You received this message because you are subscribed to the Google Groups
> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nitrogenweb/-/AaP7p63nZRwJ.
> To post to this group, send email to nitrogenweb@googlegroups.com.
> To unsubscribe from this group, send email to
> nitrogenweb+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nitrogenweb?hl=en.
-- Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm
On Wednesday, June 20, 2012 12:16:34 AM UTC+2, Jesse Gumm wrote:
> Eventually I will replace the inplace_* events with the > implementations using inplace, however, I won't worry about it just > yet for the 2.1.0 release. A later smaller release will be refactored > to use inplace.
> That said, would you be willing to do me a huge favor and write up a > documentation page for inplace?
> Feel free to just copy one of the simpler documentation pages like > doc/elements/panel.org
> No need to make the docs afterward, I'll make sure to give it a > once-over, but it would save me some time in documentation writing, as > I've been doing a ton of documentation writing for last minute changes > and am trying to get through as much as possible as quickly as > possible. Adding some of your own documentation would be wonderous.
> -Jesse
> On Tue, Jun 19, 2012 at 1:59 AM, Milan Svoboda > <> wrote: > > You are welcome!
> > Are you going to replace inplace_textarea, inplace_textbox with inplace?
> > Milan
> > On Tuesday, June 12, 2012 3:46:58 AM UTC+2, Jesse Gumm wrote:
> >> I've merged this into my current testing branch (along with a handful > >> of other rather significant pull requests), which is being loaded with > >> documentation and all the latest and greatest changes that, once I > >> feel good about the state of documentation and demos, will be merged > >> into the mainline branch for the official release.
> >> On Fri, Jun 1, 2012 at 2:05 PM, Jesse Gumm wrote: > >> > Great! I'll give it a looksee and merge it.
> >> > On Fri, Jun 1, 2012 at 2:05 PM, Milan Svoboda wrote: > >> >> I created a pull request that fixes that.
> >> >> Milan
> >> >> On Thursday, May 31, 2012 10:43:48 AM UTC+2, Milan Svoboda wrote:
> >> >>> With that change merged I enabled droppable and it shows selected > >> >>> files > >> >>> and progress bar; that's perfect :-) > >> >>> And even drag and drop works! At least in chromium.
> >> >>> But it still shows a "No file chosen" in input[type=file] element. > How > >> >>> to > >> >>> get rid of it?
> >> >>> Milan
> >> >>> On Thursday, May 31, 2012 6:51:05 AM UTC+2, Jesse Gumm wrote:
> >> >>>> Thanks for the fix, Milan!
> >> >>>> I've merged your change.
> >> >>>> Now to just finish up all the little things with the uploading > >> >>>> (getting drag and drop working again) - it's so silly that that's > >> >>>> still not just a simple built-in function of the browser, but at > >> >>>> least > >> >>>> the the File API is a step in the right direction.
> >> >>>> -Jesse
> >> >> -- > >> >> You received this message because you are subscribed to the Google > >> >> Groups > >> >> "Nitrogen Project / The Nitrogen Web Framework for Erlang" group. > >> >> To view this discussion on the web visit > >> >> https://groups.google.com/d/msg/nitrogenweb/-/BOwj2-ZWsvAJ.
> >> >> To post to this group, send email to nitrogenweb@googlegroups.com. > >> >> To unsubscribe from this group, send email to > >> >> nitrogenweb+unsubscribe@googlegroups.com. > >> >> For more options, visit this group at > >> >> http://groups.google.com/group/nitrogenweb?hl=en.
> >> -- > >> Jesse Gumm > >> Owner, Sigma Star Systems > >> 414.940.4866 || sigma-star.com || @jessegumm
> > -- > > You received this message because you are subscribed to the Google > Groups > > "Nitrogen Project / The Nitrogen Web Framework for Erlang" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/nitrogenweb/-/AaP7p63nZRwJ.
> > To post to this group, send email to nitrogenweb@googlegroups.com. > > To unsubscribe from this group, send email to > > nitrogenweb+unsubscribe@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/nitrogenweb?hl=en.
> -- > Jesse Gumm > Owner, Sigma Star Systems > 414.940.4866 || sigma-star.com || @jessegumm