Re: HTML5 multiple file upload - AjaxFileUpload

2012-08-04 Thread David Holt
Completely up to you. Thanks, David On 2012-08-04, at 1:25 PM, Michael Kondratov wrote: > Yes! I've created a nice reusable component. Should I post it to the mailing > list or upload to github? > > Michael > > Sent from my iPad > > On Aug 4, 2012, at 11:34, Kohlhase Ulrich wrote: > >>

Re: HTML5 drag-n-drop multiple file upload - AjaxFileUpload

2012-08-04 Thread Helmut Tschemernjak
Multiple parallel asyc uploads with a progress bar are a pretty big development task, we did this for our WebShare solution. It is possible with the standard WebObjects capabilities but requires a lot of additional programming. We basically iterate the WOMultipartIterator.WOFormData until we

Re: Migrations and ERAttachment error followup

2012-08-04 Thread David Holt
On 2012-08-04, at 12:46 PM, "Sr. Ângelo Andrade Cirino" wrote: > Hi David, > > Thank you for your help. I managed to find the problem. Due to the mess with > the migrations and then deleting and rebuilding the tables, I noticed that > the inherited relationships in ERDatabaseAttachment, ERFi

Re: HTML5 multiple file upload - AjaxFileUpload

2012-08-04 Thread Michael Kondratov
Yes! I've created a nice reusable component. Should I post it to the mailing list or upload to github? Michael Sent from my iPad On Aug 4, 2012, at 11:34, Kohlhase Ulrich wrote: > Hi Michael, > > While searching in the WO dev mailing list for hints on how to get multiple > (Ajax) file uploa

Re: HTML5 drag-n-drop multiple file upload - AjaxFileUpload

2012-08-04 Thread David Holt
Yes please :-) David On 2012-08-04, at 8:52 AM, Kohlhase Ulrich wrote: > Hi Michael, > > While searching in the WO dev mailing list for hints on how to actually get > multiple (Ajax) file upload to work, I came across your post from November > last year. Are you still willing to share the H

Re: HTML5 drag-n-drop multiple file upload - AjaxFileUpload

2012-08-04 Thread Kohlhase Ulrich
Hi Michael, While searching in the WO dev mailing list for hints on how to actually get multiple (Ajax) file upload to work, I came across your post from November last year. Are you still willing to share the HTML5 multiple file upload component you've mentioned with the WO community? Thanks a

WODynamicElementCreationException

2012-08-04 Thread Johann Werner
Hi list, in many dynamic element classes there are some checks in the constructor if certain bindings exist or not. Example from ERAttachmentLink: public ERAttachmentLink(String name, NSDictionary associations, WOElement template) { super(name, associations, template); _associations = a