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 _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
