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:
>
>>
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
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
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
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
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
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