Im wrote a small upload files script, I've got it working but I'm intersted in moving it to a command so the question is how to post a form to a command in the html template, example
<form enctype="multipart/form-data" action="pfc.sendRequest('/upload');" method="POST">
this does not work, what will ?