--- Adam Hardy <[EMAIL PROTECTED]> wrote:
> I need to test an action that is getting uploaded files and piping them
> straight into Strings. I don't want to save actual files on server, so I'll

> get the multipart request wrapper directly.

What, specifically, are you trying to test?

I ask because I've never had any particular reason to test file uploads
inside the container, because the container itself should have already tested
that and verified its operations. Everything else I've ever done with files
has been testable outside the container.

I may have misunderstood what you're asking, though.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to