Hi,
I modify some pages of the form module so I can allow a file upload.
The modified pages are in the .zip, you just replace the existing pages by these in modules/form/
Some explainations (there is a complete README in the zip)
- modify_field.php : added a option "upload file"
- modify.php : added a type "file_upload"
- view.php : added a lot a stuff
You can set the max size of the file, the mime types allowed and the directory where to put the uploaded files, but you have to do it in the code (in view.php)
The 3 modified pages include a new page (here : FR.php) which contains the text in french. So you can modify easily the text and change the language.
I'm sorry, my README is in french and my comments in the pages too.
Hope that help someone, someday
