Re: weird fileupload behaviour: No form data left for WOFileUpload

2025-07-13 Thread Aaron Rosenzweig via Webobjects-dev
Hi OC, I vaguely remember that if there is a streaming upload it needs to be last in the form (vertically top-down). Anything after it won’t get synchronized to the bound variables. I also remember something about a legacy multipart parser that might help you do what you want but I couldn’t

Re: Solved: weird fileupload behaviour: No form data left for WOFileUpload

2025-07-13 Thread Aaron Rosenzweig via Webobjects-dev
Yes, it’s a limitation. So try the ajax widget instead :-) See how that works out for you. > On Jul 13, 2025, at 4:39 PM, OCsite wrote: > > Aaron, > > well, your vague remembrance brought me to the very thing I should have done > at first, that is, digging up and checking the legacy WebObje

Solved: weird fileupload behaviour: No form data left for WOFileUpload

2025-07-13 Thread OCsite via Webobjects-dev
Aaron, well, your vague remembrance brought me to the very thing I should have done at first, that is, digging up and checking the legacy WebObjects documentation. For it simply and unequivocally states === inputStream WebObjects sets this attribute to an InputStream representing the contents