Dear PiLLoW developers !
I've a small question - how can i get a data stored as a file through
a form using PiLLoW ?
( I wrote
get_form_input(Info),
get_form_value(Info,myfile,MyFile),
ouput_html([
cgi_reply,
start,
start_form,
input(file,[name=myfile]),
end_form,
--,
end]).
in a way similar to your "richer form generator + handler".
The www-page produced allows me to browse the file i'd like to submit
and to submit it, but the value in MyFile is a name of the remote
file and not its connatinment i'm interested in ! )
Best regards,
Alexander