[n00b question] about file uploads

Hi!

I’m doing a simple form with a file upload.

I’ve just seen that when the file is small, I get a StringIO object and
when the file is big, I get a Tempfile object.

Is it possible to force a Tempfile object even if the file is small?

Thanks :).
Nicolas.