I found some plugins which let me make my own forms but none worked for different reasons.
I simply want to make a form so that users can upload files to a folder located in www.chusmix.com/images
I'm trying this code, but it sends me to a "page not found":
<form enctype="multipart/form-data" method="post" action="http://chusmix.com/Imagenes/grupos">
Please specify a file:<br>
<input type="file" name="datafile" size="40">
</p>
<div>
<input type="submit" value="Send">
</div>
</form>
Thanks
