[html-formfu] multi-page forms, part deux

Carl Franks fireartist at gmail.com
Tue Jan 29 16:24:22 GMT 2008


I forgot to mention...

Handling file uploads is on my to-do.

There will be 2 options for this:
You can either have the files stored in a temp directory.

Or, if you don't want to use server-space for this at all, you can
have the file included in the client-side encrypted hidden-field - but
this approach obviously isn't suited for large files, such as video.

Either way, it'll be transparently rebuilt into a HTML::FormFu::Upload
object - the only difference will be that if you're using Catalyst,
you'll no longer be able to retrieve the original Catalyst::Upload
object with $file->catalyst_upload;

Cheers,
Carl



More information about the HTML-FormFu mailing list