Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
#upload of multiple files
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  13 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Milan Svoboda  
View profile   Translate to Translated (View Original)
 More options May 30 2012, 4:30 pm
From: Milan Svoboda <milan.svobod...@gmail.com>
Date: Wed, 30 May 2012 13:30:45 -0700 (PDT)
Local: Wed, May 30 2012 4:30 pm
Subject: #upload of multiple files

Hi,

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile   Translate to Translated (View Original)
 More options May 30 2012, 4:33 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Wed, 30 May 2012 15:33:46 -0500
Local: Wed, May 30 2012 4:33 pm
Subject: Re: #upload of multiple files
Yup.

This is something I have *mostly* working and will be ready for the
2.1.0 release.

You can try it out using my repo: https://github.com/choptastic/nitrogen_core

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

On Wed, May 30, 2012 at 3:30 PM, Milan Svoboda

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Milan Svoboda  
View profile   Translate to Translated (View Original)
 More options May 30 2012, 4:48 pm
From: Milan Svoboda <milan.svobod...@gmail.com>
Date: Wed, 30 May 2012 13:48:32 -0700 (PDT)
Local: Wed, May 30 2012 4:48 pm
Subject: Re: #upload of multiple files

That's great! I'll try it.

Thank you.

Milan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile   Translate to Translated (View Original)
 More options May 30 2012, 5:21 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Wed, 30 May 2012 16:21:42 -0500
Local: Wed, May 30 2012 5:21 pm
Subject: Re: #upload of multiple files
Excellent.

The new attributes to look for are

#upload{
   multiple=bool(),
   droppable=bool()

}.

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

On Wed, May 30, 2012 at 3:48 PM, Milan Svoboda

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Milan Svoboda  
View profile   Translate to Translated (View Original)
 More options May 31 2012, 12:46 am
From: Milan Svoboda <milan.svobod...@gmail.com>
Date: Wed, 30 May 2012 21:46:20 -0700 (PDT)
Local: Thurs, May 31 2012 12:46 am
Subject: Re: #upload of multiple files

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile   Translate to Translated (View Original)
 More options May 31 2012, 12:51 am
From: Jesse Gumm <g...@sigma-star.com>
Date: Wed, 30 May 2012 23:51:05 -0500
Local: Thurs, May 31 2012 12:51 am
Subject: Re: #upload of multiple files
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

On Wed, May 30, 2012 at 11:46 PM, Milan Svoboda

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Milan Svoboda  
View profile   Translate to Translated (View Original)
 More options May 31 2012, 4:43 am
From: Milan Svoboda <milan.svobod...@gmail.com>
Date: Thu, 31 May 2012 01:43:48 -0700 (PDT)
Local: Thurs, May 31 2012 4:43 am
Subject: Re: #upload of multiple files

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Milan Svoboda  
View profile  
 More options Jun 1 2012, 3:05 pm
From: Milan Svoboda <milan.svobod...@gmail.com>
Date: Fri, 1 Jun 2012 12:05:07 -0700 (PDT)
Local: Fri, Jun 1 2012 3:05 pm
Subject: Re: #upload of multiple files

I created a pull request that fixes that.

Milan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile  
 More options Jun 1 2012, 3:05 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Fri, 1 Jun 2012 14:05:59 -0500
Local: Fri, Jun 1 2012 3:05 pm
Subject: Re: #upload of multiple files
Great! I'll give it a looksee and merge it.

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile  
 More options Jun 11 2012, 9:46 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Mon, 11 Jun 2012 20:46:58 -0500
Local: Mon, Jun 11 2012 9:46 pm
Subject: Re: #upload of multiple files
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.

You can see it in progress:
https://github.com/choptastic/nitrogen_core/tree/test-major-pull-requ...

Thanks bud!

-Jesse

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Milan Svoboda  
View profile  
 More options Jun 19 2012, 2:59 am
From: Milan Svoboda <milan.svobod...@gmail.com>
Date: Mon, 18 Jun 2012 23:59:30 -0700 (PDT)
Local: Tues, Jun 19 2012 2:59 am
Subject: Re: #upload of multiple files

You are welcome!

Are you going to replace inplace_textarea, inplace_textbox with inplace?

Milan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile  
 More options Jun 19 2012, 6:16 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Tue, 19 Jun 2012 17:16:34 -0500
Local: Tues, Jun 19 2012 6:16 pm
Subject: Re: #upload of multiple files
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

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Milan Svoboda  
View profile  
 More options Jun 20 2012, 3:57 am
From: Milan Svoboda <milan.svobod...@gmail.com>
Date: Wed, 20 Jun 2012 00:57:39 -0700 (PDT)
Local: Wed, Jun 20 2012 3:57 am
Subject: Re: #upload of multiple files

Ok, I'll write the documentation page. I'll let you know when done.

Milan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »