Fileupload 27-10-2001 Fileupload can be achieved with the attachment modules (MailAttachModule). What you need to do is make the HTML-form you use of enc-type="multipart/form-data":
Add an input-field: And you are all set. In your template you can use the attachment value to display the name if you want to, but basically, the file the user selects will be sent to the specified mailadress(es). The uploading facility is created by the browser automatically. There are some options that can be set on a fileupload. All of them can be found on PHP.net, but the most important one is: But watch out the value is in bytes. This means that it is now possible to upload files UPTO 1Mb. Setting this value to low will make it impossible to upload files. Herman