[OGo-Developer] SOPE and multipart/form-data
Wolfgang Sourdeau
developer@opengroupware.org
Sat, 28 Jul 2007 17:43:53 -0400
> You could still use WOFileUpload to process requests, but anyways. If
> you
> really want to handle uploads manually, you just need to do it like
> WOFileUpload does? It basically accesses the underlying
> NGHttpRequest,
> WebObjects' WORequest has no API for retrieving multipart
> information.
I don't know how I could intercept WOFileUpload instances from inputs
generated from javascript/DOM?
Regading the NGHttpRequest way, that's the way I am doing it, but I
was hoping to use something higher level...
Wolfgang