Re: Upload limitations

> True - however in our scenario (server-side) it's no problem to de-reference
> this link against the root-context of the application. So it's just a
> standard file upload. For bigger files where the instance data store some
> meta-data this is the right solution.

+1.

> Btw, our upload has a progress indicator though we do not have a cancel
> option yet - and due to the browser security model it's very hard to
> implement an effective cancel option.

The way we implement cancel is that we send an Ajax request to the
server, and the server interrupts the upload. So not hard at all from
this perspective ;)

-Erik

Received on Tuesday, 3 April 2012 23:13:26 UTC