Hi
I need to read a text file uploaded by a user in the public interface (with a 
form).
I copied the "form" component into my module's component folder, developed a 
custom form processor(blank, for now, only with a breakpoint), containing a 
text field and a "file upload" field.

[code]protected void internalProcess(Node content, Map<String, Object> 
parameters) throws FormProcessorFailedException {
    ...
}[/code]

The [i]parameters[/i] variable contains both fields, but the "file upload" one 
is always null. Did I forgot anything?

I need to read the file stream and manage his content without saving it into 
the JCR.

Thank you in advance
F.

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=a040580d-4a98-4562-9136-f1b02ae1e566


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to